#8D0479

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

Shades of Purple #8D0479

Tints of Purple #8D0479

Color information

#8D0479 (or 0x8D0479) is unknown color: approx Purple. HEX triplet: 8D, 04 and 79. RGB value is (141,4,121). Sum of RGB (Red+Green+Blue) = 141+4+121=266 (35% of max value = 765). Red value is 141 (55.47% from 255 or 53.01% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0479 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0479 is #72FB86. Grayscale: #393939. Windows color (decimal): -7535495 or 7931021. OLE color: 7931021.

HSL color Cylindrical-coordinate representation of color #8D0479: hue angle of 308.76º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0479 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB1414121-
CMYK00.970.140.45
HSL308.76º94.48%28.43%-
HSV(B)308.76º97.16%55.29%-
XYZ14.487.1318.7-
YUV58.3163.39186.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 53.01%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=53.01%
G=1.50%
B=45.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141412100.970.140.45308.7694.4828.43
Hex8D479061E2D1355e1c
Octal21541710141165546513634
Binary100011011001111001011000011110101101100110101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,4,121); }

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

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

 a { background-color: rgb(141,4,121); }

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

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

 span { border-color: rgb(141,4,121); }

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