#955B78

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

Shades of Strikemaster #955B78

Tints of Strikemaster #955B78

Color information

#955B78 (or 0x955B78) is unknown color: approx Strikemaster. HEX triplet: 95, 5B and 78. RGB value is (149,91,120). Sum of RGB (Red+Green+Blue) = 149+91+120=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #955B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955B78 is #6AA487. Grayscale: #6F6F6F. Windows color (decimal): -6988936 or 7887765. OLE color: 7887765.

HSL color Cylindrical-coordinate representation of color #955B78: hue angle of 330º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B78 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14991120-
CMYK00.390.190.42
HSL330º24.17%47.06%-
HSV(B)330º38.93%58.43%-
XYZ19.5315.2319.68-
YUV111.65132.72154.64-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.39%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 120 (47.27% from 255) = 33.33%
R=41.39%
G=25.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499112000.390.190.4233024.1747.06
Hex955B78027132A14a182f
Octal22513317004723525123057
Binary100101011011011111100001001111001110101010100101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955B78; }

 p { color: rgb(149,91,120); }

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

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

 a { background-color: rgb(149,91,120); }

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

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

 span { border-color: rgb(149,91,120); }

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