#95587F

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

Shades of Strikemaster #95587F

Tints of Strikemaster #95587F

Color information

#95587F (or 0x95587F) is unknown color: approx Strikemaster. HEX triplet: 95, 58 and 7F. RGB value is (149,88,127). Sum of RGB (Red+Green+Blue) = 149+88+127=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95587F is #6AA780. Grayscale: #6E6E6E. Windows color (decimal): -6989697 or 8345749. OLE color: 8345749.

HSL color Cylindrical-coordinate representation of color #95587F: hue angle of 321.64º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #95587F is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB14988127-
CMYK00.410.150.42
HSL321.64º25.74%46.47%-
HSV(B)321.64º40.94%58.43%-
XYZ19.7114.921.92-
YUV110.68137.21155.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.93%
GREEN value IS 88 (34.77% from 255) = 24.18%
BLUE value IS 127 (50% from 255) = 34.89%
R=40.93%
G=24.18%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498812700.410.150.42321.6425.7446.47
Hex95587F029F2A1421a2e
Octal22513017705117525023256
Binary10010101101100011111110101001111110101010100001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95587F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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