#955A82

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

Shades of Strikemaster #955A82

Tints of Strikemaster #955A82

Color information

#955A82 (or 0x955A82) is unknown color: approx Strikemaster. HEX triplet: 95, 5A and 82. RGB value is (149,90,130). Sum of RGB (Red+Green+Blue) = 149+90+130=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 130 (51.17% from 255 or 35.23% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A82 is #6AA57D. Grayscale: #707070. Windows color (decimal): -6989182 or 8542869. OLE color: 8542869.

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

Color convert

RGB14990130-
CMYK00.400.130.42
HSL319.32º24.69%46.86%-
HSV(B)319.32º39.6%58.43%-
XYZ20.0815.3123.02-
YUV112.2138.05154.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.38%
GREEN value IS 90 (35.55% from 255) = 24.39%
BLUE value IS 130 (51.17% from 255) = 35.23%
R=40.38%
G=24.39%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499013000.400.130.42319.3224.6946.86
Hex955A82028D2A13f192f
Octal22513220205015524773157
Binary100101011011010100000100101000110110101010011111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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