#8D0E7D

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

Shades of Dark Purple #8D0E7D

Tints of Dark Purple #8D0E7D

Color information

#8D0E7D (or 0x8D0E7D) is unknown color: approx Dark Purple. HEX triplet: 8D, 0E and 7D. RGB value is (141,14,125). Sum of RGB (Red+Green+Blue) = 141+14+125=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 125 (49.22% from 255 or 44.64% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0E7D is #72F182. Grayscale: #404040. Windows color (decimal): -7532931 or 8195725. OLE color: 8195725.

HSL color Cylindrical-coordinate representation of color #8D0E7D: hue angle of 307.56º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E7D is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB14114125-
CMYK00.900.110.45
HSL307.56º81.94%30.39%-
HSV(B)307.56º90.07%55.29%-
XYZ14.847.4620.06-
YUV64.63162.08182.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 50.36%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 125 (49.22% from 255) = 44.64%
R=50.36%
G=5%
B=44.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411412500.900.110.45307.5681.9430.39
Hex8DE7D05AB2D134521e
Octal215161750132135546412236
Binary1000110111101111101010110101011101101100110100101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,14,125); }

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

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

 a { background-color: rgb(141,14,125); }

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

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

 span { border-color: rgb(141,14,125); }

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