#996078

Color #996078 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #996078

Tints of Strikemaster #996078

Color information

#996078 (or 0x996078) is unknown color: approx Strikemaster. HEX triplet: 99, 60 and 78. RGB value is (153,96,120). Sum of RGB (Red+Green+Blue) = 153+96+120=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996078 is #669F87. Grayscale: #737373. Windows color (decimal): -6725512 or 7889049. OLE color: 7889049.

HSL color Cylindrical-coordinate representation of color #996078: hue angle of 334.74º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996078 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15396120-
CMYK00.370.220.4
HSL334.74º22.89%48.82%-
HSV(B)334.74º37.25%60%-
XYZ20.7116.4919.86-
YUV115.78130.38154.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 41.46%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 120 (47.27% from 255) = 32.52%
R=41.46%
G=26.02%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539612000.370.220.4334.7422.8948.82
Hex996078025162814f1731
Octal23114017004526505172761
Binary100110011100000111100001001011011010100010100111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996078; }

 p { color: rgb(153,96,120); }

 H1.HeaderClassName
 {
   color: #996078;
 }
 .AnyTagClassName
 {
   color: #996078;
 }
</style>
background-color css

<style>
 a { background-color: #996078; }

 a { background-color: rgb(153,96,120); }

 div.DivClassName
 {
   background-color: #996078;
 }
 .BgClassName
 {
   background-color: #996078;
 }
</style>
border-color css

<style>
 span { border-color: #996078; }

 span { border-color: rgb(153,96,120); }

 td.TdClassName
 {
   border-color: #996078;
 }
 .TagClassName
 {
   border-color: #996078;
 }
</style>