#955C80

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

Shades of Strikemaster #955C80

Tints of Strikemaster #955C80

Color information

#955C80 (or 0x955C80) is unknown color: approx Strikemaster. HEX triplet: 95, 5C and 80. RGB value is (149,92,128). Sum of RGB (Red+Green+Blue) = 149+92+128=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C80 is #6AA37F. Grayscale: #717171. Windows color (decimal): -6988672 or 8412309. OLE color: 8412309.

HSL color Cylindrical-coordinate representation of color #955C80: hue angle of 322.11º 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 #955C80 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14992128-
CMYK00.380.140.42
HSL322.11º23.65%47.25%-
HSV(B)322.11º38.26%58.43%-
XYZ20.1215.622.37-
YUV113.15136.38153.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 92 (36.33% from 255) = 24.93%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=40.38%
G=24.93%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499212800.380.140.42322.1123.6547.25
Hex955C80026E2A142182f
Octal22513420004616525023057
Binary100101011011100100000000100110111010101010100001011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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