#996984

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

Shades of Strikemaster #996984

Tints of Strikemaster #996984

Color information

#996984 (or 0x996984) is unknown color: approx Strikemaster. HEX triplet: 99, 69 and 84. RGB value is (153,105,132). Sum of RGB (Red+Green+Blue) = 153+105+132=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #996984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996984 is #66967B. Grayscale: #7A7A7A. Windows color (decimal): -6723196 or 8677785. OLE color: 8677785.

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

Color convert

RGB153105132-
CMYK00.310.140.4
HSL326.25º19.05%50.59%-
HSV(B)326.25º31.37%60%-
XYZ22.3518.5424.23-
YUV122.43133.4149.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.23%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 132 (51.95% from 255) = 33.85%
R=39.23%
G=26.92%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310513200.310.140.4326.2519.0550.59
Hex99698401FE281461333
Octal23115120403716505062363
Binary10011001110100110000100011111111010100010100011010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996984; }

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

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

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

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

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

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

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

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