#96597A

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

Shades of Strikemaster #96597A

Tints of Strikemaster #96597A

Color information

#96597A (or 0x96597A) is unknown color: approx Strikemaster. HEX triplet: 96, 59 and 7A. RGB value is (150,89,122). Sum of RGB (Red+Green+Blue) = 150+89+122=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #96597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96597A is #69A685. Grayscale: #6E6E6E. Windows color (decimal): -6923910 or 8018326. OLE color: 8018326.

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

Color convert

RGB15089122-
CMYK00.410.190.41
HSL327.54º25.52%46.86%-
HSV(B)327.54º40.67%58.82%-
XYZ19.6615.0320.28-
YUV111134.21155.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.55%
GREEN value IS 89 (35.16% from 255) = 24.65%
BLUE value IS 122 (48.05% from 255) = 33.80%
R=41.55%
G=24.65%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508912200.410.190.41327.5425.5246.86
Hex96597A02913291481a2f
Octal22613117205123515103257
Binary100101101011001111101001010011001110100110100100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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