#996688

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

Shades of Strikemaster #996688

Tints of Strikemaster #996688

Color information

#996688 (or 0x996688) is unknown color: approx Strikemaster. HEX triplet: 99, 66 and 88. RGB value is (153,102,136). Sum of RGB (Red+Green+Blue) = 153+102+136=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #996688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996688 is #669977. Grayscale: #797979. Windows color (decimal): -6723960 or 8939161. OLE color: 8939161.

HSL color Cylindrical-coordinate representation of color #996688: hue angle of 320º 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 #996688 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB153102136-
CMYK00.330.110.4
HSL320º20%50%-
HSV(B)320º33.33%60%-
XYZ22.3318.0525.6-
YUV121.12136.4150.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.13%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 136 (53.52% from 255) = 34.78%
R=39.13%
G=26.09%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310213600.330.110.43202050
Hex996688021B281401432
Octal23114621004113505002462
Binary100110011100110100010000100001101110100010100000010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996688; }

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

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

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

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

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

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

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

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