#996288

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

Shades of Strikemaster #996288

Tints of Strikemaster #996288

Color information

#996288 (or 0x996288) is unknown color: approx Strikemaster. HEX triplet: 99, 62 and 88. RGB value is (153,98,136). Sum of RGB (Red+Green+Blue) = 153+98+136=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 98 (38.67% from 255 or 25.32% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996288 is #669D77. Grayscale: #767676. Windows color (decimal): -6724984 or 8938137. OLE color: 8938137.

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

Color convert

RGB15398136-
CMYK00.360.110.4
HSL318.55º21.91%49.22%-
HSV(B)318.55º35.95%60%-
XYZ21.9517.2925.47-
YUV118.78137.72152.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 98 (38.67% from 255) = 25.32%
BLUE value IS 136 (53.52% from 255) = 35.14%
R=39.53%
G=25.32%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539813600.360.110.4318.5521.9149.22
Hex996288024B2813f1631
Octal23114221004413504772661
Binary100110011100010100010000100100101110100010011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996288; }

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

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

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

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

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

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

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

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