#8D0577

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

Shades of Purple #8D0577

Tints of Purple #8D0577

Color information

#8D0577 (or 0x8D0577) is unknown color: approx Purple. HEX triplet: 8D, 05 and 77. RGB value is (141,5,119). Sum of RGB (Red+Green+Blue) = 141+5+119=265 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.21% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0577 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0577 is #72FA88. Grayscale: #3A3A3A. Windows color (decimal): -7535241 or 7800205. OLE color: 7800205.

HSL color Cylindrical-coordinate representation of color #8D0577: hue angle of 309.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0577 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB1415119-
CMYK00.960.160.45
HSL309.71º93.15%28.63%-
HSV(B)309.71º96.45%55.29%-
XYZ14.377.118.07-
YUV58.66162.06186.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.21%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 119 (46.88% from 255) = 44.91%
R=53.21%
G=1.89%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141511900.960.160.45309.7193.1528.63
Hex8D577060102D1365d1d
Octal21551670140205546613535
Binary1000110110111101110110000010000101101100110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D0577; }

 p { color: rgb(141,5,119); }

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

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

 a { background-color: rgb(141,5,119); }

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

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

 span { border-color: rgb(141,5,119); }

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