#996981

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

Shades of Strikemaster #996981

Tints of Strikemaster #996981

Color information

#996981 (or 0x996981) is unknown color: approx Strikemaster. HEX triplet: 99, 69 and 81. RGB value is (153,105,129). Sum of RGB (Red+Green+Blue) = 153+105+129=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 153 - color contains mainly: red. Hex color #996981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996981 is #66967E. Grayscale: #7A7A7A. Windows color (decimal): -6723199 or 8481177. OLE color: 8481177.

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

Color convert

RGB153105129-
CMYK00.310.160.4
HSL330º19.05%50.59%-
HSV(B)330º31.37%60%-
XYZ22.1518.4623.16-
YUV122.09131.9150.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.53%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=39.53%
G=27.13%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310512900.310.160.433019.0550.59
Hex99698101F102814a1333
Octal23115120103720505122363
Binary100110011101001100000010111111000010100010100101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996981; }

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

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

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

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

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

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

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

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