#96587C

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

Shades of Strikemaster #96587C

Tints of Strikemaster #96587C

Color information

#96587C (or 0x96587C) is unknown color: approx Strikemaster. HEX triplet: 96, 58 and 7C. RGB value is (150,88,124). Sum of RGB (Red+Green+Blue) = 150+88+124=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96587C is #69A783. Grayscale: #6E6E6E. Windows color (decimal): -6924164 or 8149142. OLE color: 8149142.

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

Color convert

RGB15088124-
CMYK00.410.170.41
HSL325.16º26.05%46.67%-
HSV(B)325.16º41.33%58.82%-
XYZ19.7114.9220.91-
YUV110.64135.54156.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 88 (34.77% from 255) = 24.31%
BLUE value IS 124 (48.83% from 255) = 34.25%
R=41.44%
G=24.31%
B=34.25%

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
Decimal1508812400.410.170.41325.1626.0546.67
Hex96587C02911291451a2f
Octal22613017405121515053257
Binary100101101011000111110001010011000110100110100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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