#96597E

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

Shades of Strikemaster #96597E

Tints of Strikemaster #96597E

Color information

#96597E (or 0x96597E) is unknown color: approx Strikemaster. HEX triplet: 96, 59 and 7E. RGB value is (150,89,126). Sum of RGB (Red+Green+Blue) = 150+89+126=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #96597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96597E is #69A681. Grayscale: #6F6F6F. Windows color (decimal): -6923906 or 8280470. OLE color: 8280470.

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

Color convert

RGB15089126-
CMYK00.410.160.41
HSL323.61º25.52%46.86%-
HSV(B)323.61º40.67%58.82%-
XYZ19.9215.1421.61-
YUV111.46136.21155.49-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=41.10%
G=24.38%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508912600.410.160.41323.6125.5246.86
Hex96597E02910291441a2f
Octal22613117605120515043257
Binary100101101011001111111001010011000010100110100010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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