#996689

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

Shades of Strikemaster #996689

Tints of Strikemaster #996689

Color information

#996689 (or 0x996689) is unknown color: approx Strikemaster. HEX triplet: 99, 66 and 89. RGB value is (153,102,137). Sum of RGB (Red+Green+Blue) = 153+102+137=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 137 (53.91% from 255 or 34.95% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #996689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996689 is #669976. Grayscale: #797979. Windows color (decimal): -6723959 or 9004697. OLE color: 9004697.

HSL color Cylindrical-coordinate representation of color #996689: hue angle of 318.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996689 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB153102137-
CMYK00.330.100.4
HSL318.82º20%50%-
HSV(B)318.82º33.33%60%-
XYZ22.418.0825.98-
YUV121.24136.9150.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 137 (53.91% from 255) = 34.95%
R=39.03%
G=26.02%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310213700.330.100.4318.822050
Hex996689021A2813f1432
Octal23114621104112504772462
Binary100110011100110100010010100001101010100010011111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996689; }

 p { color: rgb(153,102,137); }

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

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

 a { background-color: rgb(153,102,137); }

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

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

 span { border-color: rgb(153,102,137); }

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