#96597C

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

Shades of Strikemaster #96597C

Tints of Strikemaster #96597C

Color information

#96597C (or 0x96597C) is unknown color: approx Strikemaster. HEX triplet: 96, 59 and 7C. RGB value is (150,89,124). Sum of RGB (Red+Green+Blue) = 150+89+124=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96597C is #69A683. Grayscale: #6F6F6F. Windows color (decimal): -6923908 or 8149398. OLE color: 8149398.

HSL color Cylindrical-coordinate representation of color #96597C: hue angle of 325.57º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96597C is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15089124-
CMYK00.410.170.41
HSL325.57º25.52%46.86%-
HSV(B)325.57º40.67%58.82%-
XYZ19.7915.0820.94-
YUV111.23135.21155.65-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 89 (35.16% from 255) = 24.52%
BLUE value IS 124 (48.83% from 255) = 34.16%
R=41.32%
G=24.52%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508912400.410.170.41325.5725.5246.86
Hex96597C02911291461a2f
Octal22613117405121515063257
Binary100101101011001111110001010011000110100110100011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96597C; }

 p { color: rgb(150,89,124); }

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

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

 a { background-color: rgb(150,89,124); }

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

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

 span { border-color: rgb(150,89,124); }

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