#8D0A79

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

Shades of Dark Purple #8D0A79

Tints of Dark Purple #8D0A79

Color information

#8D0A79 (or 0x8D0A79) is unknown color: approx Dark Purple. HEX triplet: 8D, 0A and 79. RGB value is (141,10,121). Sum of RGB (Red+Green+Blue) = 141+10+121=272 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.84% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0A79 is #72F586. Grayscale: #3D3D3D. Windows color (decimal): -7533959 or 7932557. OLE color: 7932557.

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

Color convert

RGB14110121-
CMYK00.930.140.45
HSL309.16º86.75%29.61%-
HSV(B)309.16º92.91%55.29%-
XYZ14.547.2618.72-
YUV61.82161.4184.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 51.84%
GREEN value IS 10 (4.30% from 255) = 3.68%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=51.84%
G=3.68%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411012100.930.140.45309.1686.7529.61
Hex8DA7905DE2D135571e
Octal215121710135165546512736
Binary1000110110101111001010111011110101101100110101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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