#996888

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

Shades of Strikemaster #996888

Tints of Strikemaster #996888

Color information

#996888 (or 0x996888) is unknown color: approx Strikemaster. HEX triplet: 99, 68 and 88. RGB value is (153,104,136). Sum of RGB (Red+Green+Blue) = 153+104+136=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #996888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996888 is #669777. Grayscale: #7A7A7A. Windows color (decimal): -6723448 or 8939673. OLE color: 8939673.

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

Color convert

RGB153104136-
CMYK00.320.110.4
HSL320.82º19.37%50.39%-
HSV(B)320.82º32.03%60%-
XYZ22.5318.4525.67-
YUV122.3135.73149.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.93%
GREEN value IS 104 (41.02% from 255) = 26.46%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=38.93%
G=26.46%
B=34.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310413600.320.110.4320.8219.3750.39
Hex996888020B281411332
Octal23115021004013505012362
Binary100110011101000100010000100000101110100010100000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996888; }

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

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

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

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

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

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

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

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