#995477

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

Shades of Strikemaster #995477

Tints of Strikemaster #995477

Color information

#995477 (or 0x995477) is unknown color: approx Strikemaster. HEX triplet: 99, 54 and 77. RGB value is (153,84,119). Sum of RGB (Red+Green+Blue) = 153+84+119=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 119 (46.88% from 255 or 33.43% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995477 is #66AB88. Grayscale: #6C6C6C. Windows color (decimal): -6728585 or 7820441. OLE color: 7820441.

HSL color Cylindrical-coordinate representation of color #995477: hue angle of 329.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #995477 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB15384119-
CMYK00.450.220.4
HSL329.57º29.11%46.47%-
HSV(B)329.57º45.1%60%-
XYZ19.6414.4419.21-
YUV108.62133.86159.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 84 (33.20% from 255) = 23.60%
BLUE value IS 119 (46.88% from 255) = 33.43%
R=42.98%
G=23.60%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538411900.450.220.4329.5729.1146.47
Hex99547702D162814a1d2e
Octal23112416705526505123556
Binary100110011010100111011101011011011010100010100101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995477; }

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

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

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

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

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

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

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

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