#955984

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

Shades of Strikemaster #955984

Tints of Strikemaster #955984

Color information

#955984 (or 0x955984) is unknown color: approx Strikemaster. HEX triplet: 95, 59 and 84. RGB value is (149,89,132). Sum of RGB (Red+Green+Blue) = 149+89+132=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #955984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955984 is #6AA67B. Grayscale: #6F6F6F. Windows color (decimal): -6989436 or 8673685. OLE color: 8673685.

HSL color Cylindrical-coordinate representation of color #955984: hue angle of 317º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955984 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB14989132-
CMYK00.400.110.42
HSL317º25.21%46.67%-
HSV(B)317º40.27%58.43%-
XYZ20.1315.223.7-
YUV111.84139.38154.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=40.27%
G=24.05%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498913200.400.110.4231725.2146.67
Hex955984028B2A13d192f
Octal22513120405013524753157
Binary100101011011001100001000101000101110101010011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955984; }

 p { color: rgb(149,89,132); }

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

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

 a { background-color: rgb(149,89,132); }

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

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

 span { border-color: rgb(149,89,132); }

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