#996581

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

Shades of Strikemaster #996581

Tints of Strikemaster #996581

Color information

#996581 (or 0x996581) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 81. RGB value is (153,101,129). Sum of RGB (Red+Green+Blue) = 153+101+129=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #996581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996581 is #669A7E. Grayscale: #777777. Windows color (decimal): -6724223 or 8480153. OLE color: 8480153.

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

Color convert

RGB153101129-
CMYK00.340.160.4
HSL327.69º20.47%49.8%-
HSV(B)327.69º33.99%60%-
XYZ21.7517.6623.03-
YUV119.74133.23151.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 129 (50.78% from 255) = 33.68%
R=39.95%
G=26.37%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310112900.340.160.4327.6920.4749.8
Hex99658102210281481432
Octal23114520104220505102462
Binary1001100111001011000000101000101000010100010100100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996581; }

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

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

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

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

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

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

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

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