#96587F

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

Shades of Strikemaster #96587F

Tints of Strikemaster #96587F

Color information

#96587F (or 0x96587F) is unknown color: approx Strikemaster. HEX triplet: 96, 58 and 7F. RGB value is (150,88,127). Sum of RGB (Red+Green+Blue) = 150+88+127=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #96587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96587F is #69A780. Grayscale: #6E6E6E. Windows color (decimal): -6924161 or 8345750. OLE color: 8345750.

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

Color convert

RGB15088127-
CMYK00.410.150.41
HSL322.26º26.05%46.67%-
HSV(B)322.26º41.33%58.82%-
XYZ19.91521.92-
YUV110.98137.04155.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 88 (34.77% from 255) = 24.11%
BLUE value IS 127 (50% from 255) = 34.79%
R=41.10%
G=24.11%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508812700.410.150.41322.2626.0546.67
Hex96587F029F291421a2f
Octal22613017705117515023257
Binary10010110101100011111110101001111110100110100001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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