#956087

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

Shades of Strikemaster #956087

Tints of Strikemaster #956087

Color information

#956087 (or 0x956087) is unknown color: approx Strikemaster. HEX triplet: 95, 60 and 87. RGB value is (149,96,135). Sum of RGB (Red+Green+Blue) = 149+96+135=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 135 (53.12% from 255 or 35.53% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #956087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956087 is #6A9F78. Grayscale: #747474. Windows color (decimal): -6987641 or 8872085. OLE color: 8872085.

HSL color Cylindrical-coordinate representation of color #956087: hue angle of 315.85º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #956087 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14996135-
CMYK00.360.090.42
HSL315.85º21.63%48.04%-
HSV(B)315.85º35.57%58.43%-
XYZ20.9516.525-
YUV116.29138.56151.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 96 (37.89% from 255) = 25.26%
BLUE value IS 135 (53.12% from 255) = 35.53%
R=39.21%
G=25.26%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499613500.360.090.42315.8521.6348.04
Hex95608702492A13c1630
Octal22514020704411524742660
Binary100101011100000100001110100100100110101010011110010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956087; }

 p { color: rgb(149,96,135); }

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

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

 a { background-color: rgb(149,96,135); }

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

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

 span { border-color: rgb(149,96,135); }

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