#955477

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

Shades of Strikemaster #955477

Tints of Strikemaster #955477

Color information

#955477 (or 0x955477) is unknown color: approx Strikemaster. HEX triplet: 95, 54 and 77. RGB value is (149,84,119). Sum of RGB (Red+Green+Blue) = 149+84+119=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955477 is #6AAB88. Grayscale: #6B6B6B. Windows color (decimal): -6990729 or 7820437. OLE color: 7820437.

HSL color Cylindrical-coordinate representation of color #955477: hue angle of 327.69º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955477 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14984119-
CMYK00.440.200.42
HSL327.69º27.9%45.69%-
HSV(B)327.69º43.62%58.43%-
XYZ18.8914.0619.17-
YUV107.42134.53157.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.33%
GREEN value IS 84 (33.20% from 255) = 23.86%
BLUE value IS 119 (46.88% from 255) = 33.81%
R=42.33%
G=23.86%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498411900.440.200.42327.6927.945.69
Hex95547702C142A1481c2e
Octal22512416705424525103456
Binary100101011010100111011101011001010010101010100100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955477; }

 p { color: rgb(149,84,119); }

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

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

 a { background-color: rgb(149,84,119); }

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

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

 span { border-color: rgb(149,84,119); }

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