#955887

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

Shades of Strikemaster #955887

Tints of Strikemaster #955887

Color information

#955887 (or 0x955887) is unknown color: approx Strikemaster. HEX triplet: 95, 58 and 87. RGB value is (149,88,135). Sum of RGB (Red+Green+Blue) = 149+88+135=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #955887 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955887 is #6AA778. Grayscale: #6F6F6F. Windows color (decimal): -6989689 or 8870037. OLE color: 8870037.

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

Color convert

RGB14988135-
CMYK00.410.090.42
HSL313.77º25.74%46.47%-
HSV(B)313.77º40.94%58.43%-
XYZ20.2615.1224.77-
YUV111.6141.21154.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.05%
GREEN value IS 88 (34.77% from 255) = 23.66%
BLUE value IS 135 (53.12% from 255) = 36.29%
R=40.05%
G=23.66%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498813500.410.090.42313.7725.7446.47
Hex95588702992A13a1a2e
Octal22513020705111524723256
Binary100101011011000100001110101001100110101010011101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955887; }

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

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

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

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

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

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

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

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