#8D0D73

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

Shades of Dark Purple #8D0D73

Tints of Dark Purple #8D0D73

Color information

#8D0D73 (or 0x8D0D73) is unknown color: approx Dark Purple. HEX triplet: 8D, 0D and 73. RGB value is (141,13,115). Sum of RGB (Red+Green+Blue) = 141+13+115=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0D73 is #72F28C. Grayscale: #3E3E3E. Windows color (decimal): -7533197 or 7540109. OLE color: 7540109.

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

Color convert

RGB14113115-
CMYK00.910.180.45
HSL312.19º83.12%30.2%-
HSV(B)312.19º90.78%55.29%-
XYZ14.227.1916.86-
YUV62.9157.41183.71-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 52.42%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=52.42%
G=4.83%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411311500.910.180.45312.1983.1230.2
Hex8DD7305B122D138531e
Octal215151630133225547012336
Binary10001101110111100110101101110010101101100111000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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