#8D0D72

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

Shades of Dark Purple #8D0D72

Tints of Dark Purple #8D0D72

Color information

#8D0D72 (or 0x8D0D72) is unknown color: approx Dark Purple. HEX triplet: 8D, 0D and 72. RGB value is (141,13,114). Sum of RGB (Red+Green+Blue) = 141+13+114=268 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.61% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 114 (44.92% from 255 or 42.54% from 268); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D72 is #72F28D. Grayscale: #3E3E3E. Windows color (decimal): -7533198 or 7474573. OLE color: 7474573.

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

Color convert

RGB14113114-
CMYK00.910.190.45
HSL312.66º83.12%30.2%-
HSV(B)312.66º90.78%55.29%-
XYZ14.177.1716.56-
YUV62.79156.91183.79-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.61%
GREEN value IS 13 (5.47% from 255) = 4.85%
BLUE value IS 114 (44.92% from 255) = 42.54%
R=52.61%
G=4.85%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411311400.910.190.45312.6683.1230.2
Hex8DD7205B132D139531e
Octal215151620133235547112336
Binary10001101110111100100101101110011101101100111001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,13,114); }

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

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

 a { background-color: rgb(141,13,114); }

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

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

 span { border-color: rgb(141,13,114); }

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