#996986

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

Shades of Strikemaster #996986

Tints of Strikemaster #996986

Color information

#996986 (or 0x996986) is unknown color: approx Strikemaster. HEX triplet: 99, 69 and 86. RGB value is (153,105,134). Sum of RGB (Red+Green+Blue) = 153+105+134=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #996986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996986 is #669679. Grayscale: #7A7A7A. Windows color (decimal): -6723194 or 8808857. OLE color: 8808857.

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

Color convert

RGB153105134-
CMYK00.310.120.4
HSL323.75º19.05%50.59%-
HSV(B)323.75º31.37%60%-
XYZ22.4918.624.96-
YUV122.66134.4149.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.03%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 134 (52.73% from 255) = 34.18%
R=39.03%
G=26.79%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310513400.310.120.4323.7519.0550.59
Hex99698601FC281441333
Octal23115120603714505042363
Binary10011001110100110000110011111110010100010100010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996986; }

 p { color: rgb(153,105,134); }

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

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

 a { background-color: rgb(153,105,134); }

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

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

 span { border-color: rgb(153,105,134); }

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