#8D0D71

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

Shades of Dark Purple #8D0D71

Tints of Dark Purple #8D0D71

Color information

#8D0D71 (or 0x8D0D71) is unknown color: approx Dark Purple. HEX triplet: 8D, 0D and 71. RGB value is (141,13,113). Sum of RGB (Red+Green+Blue) = 141+13+113=267 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.81% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D71 is #72F28E. Grayscale: #3E3E3E. Windows color (decimal): -7533199 or 7409037. OLE color: 7409037.

HSL color Cylindrical-coordinate representation of color #8D0D71: hue angle of 313.12º 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 #8D0D71 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB14113113-
CMYK00.910.200.45
HSL313.12º83.12%30.2%-
HSV(B)313.12º90.78%55.29%-
XYZ14.117.1416.26-
YUV62.67156.41183.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.81%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=52.81%
G=4.87%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411311300.910.200.45313.1283.1230.2
Hex8DD7105B142D139531e
Octal215151610133245547112336
Binary10001101110111100010101101110100101101100111001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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