#996580

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

Shades of Strikemaster #996580

Tints of Strikemaster #996580

Color information

#996580 (or 0x996580) is unknown color: approx Strikemaster. HEX triplet: 99, 65 and 80. RGB value is (153,101,128). Sum of RGB (Red+Green+Blue) = 153+101+128=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #996580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996580 is #669A7F. Grayscale: #777777. Windows color (decimal): -6724224 or 8414617. OLE color: 8414617.

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

Color convert

RGB153101128-
CMYK00.340.160.4
HSL328.85º20.47%49.8%-
HSV(B)328.85º33.99%60%-
XYZ21.6917.6422.68-
YUV119.63132.73151.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.05%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 128 (50.39% from 255) = 33.51%
R=40.05%
G=26.44%
B=33.51%

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
Decimal15310112800.340.160.4328.8520.4749.8
Hex99658002210281491432
Octal23114520004220505112462
Binary1001100111001011000000001000101000010100010100100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996580; }

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

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

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

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

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

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

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

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