#955A80

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

Shades of Strikemaster #955A80

Tints of Strikemaster #955A80

Color information

#955A80 (or 0x955A80) is unknown color: approx Strikemaster. HEX triplet: 95, 5A and 80. RGB value is (149,90,128). Sum of RGB (Red+Green+Blue) = 149+90+128=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A80 is #6AA57F. Grayscale: #6F6F6F. Windows color (decimal): -6989184 or 8411797. OLE color: 8411797.

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

Color convert

RGB14990128-
CMYK00.400.140.42
HSL321.36º24.69%46.86%-
HSV(B)321.36º39.6%58.43%-
XYZ19.9515.2622.32-
YUV111.97137.05154.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 90 (35.55% from 255) = 24.52%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=40.60%
G=24.52%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499012800.400.140.42321.3624.6946.86
Hex955A80028E2A141192f
Octal22513220005016525013157
Binary100101011011010100000000101000111010101010100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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