#955C79

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

Shades of Strikemaster #955C79

Tints of Strikemaster #955C79

Color information

#955C79 (or 0x955C79) is unknown color: approx Strikemaster. HEX triplet: 95, 5C and 79. RGB value is (149,92,121). Sum of RGB (Red+Green+Blue) = 149+92+121=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #955C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955C79 is #6AA386. Grayscale: #707070. Windows color (decimal): -6988679 or 7953557. OLE color: 7953557.

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

Color convert

RGB14992121-
CMYK00.380.190.42
HSL329.47º23.65%47.25%-
HSV(B)329.47º38.26%58.43%-
XYZ19.6715.4220.03-
YUV112.35132.88154.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.16%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 121 (47.66% from 255) = 33.43%
R=41.16%
G=25.41%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499212100.380.190.42329.4723.6547.25
Hex955C79026132A149182f
Octal22513417104623525113057
Binary100101011011100111100101001101001110101010100100111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,92,121); }

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

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

 a { background-color: rgb(149,92,121); }

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

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

 span { border-color: rgb(149,92,121); }

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