#955D80

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

Shades of Strikemaster #955D80

Tints of Strikemaster #955D80

Color information

#955D80 (or 0x955D80) is unknown color: approx Strikemaster. HEX triplet: 95, 5D and 80. RGB value is (149,93,128). Sum of RGB (Red+Green+Blue) = 149+93+128=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #955D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D80 is #6AA27F. Grayscale: #717171. Windows color (decimal): -6988416 or 8412565. OLE color: 8412565.

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

Color convert

RGB14993128-
CMYK00.380.140.42
HSL322.5º23.14%47.45%-
HSV(B)322.5º37.58%58.43%-
XYZ20.2115.7822.4-
YUV113.73136.05153.15-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.27%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 128 (50.39% from 255) = 34.59%
R=40.27%
G=25.14%
B=34.59%

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
Decimal1499312800.380.140.42322.523.1447.45
Hex955D80026E2A142172f
Octal22513520004616525022757
Binary100101011011101100000000100110111010101010100001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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