Html Css Color HEX #8D0E72 Dark Purple

📋 copy color: '#8D0E72'

red 141 ◦ green 14 ◦ blue 114

#8D0E72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #8D0E72

Tints of Dark Purple #8D0E72

RGB

 RED value IS 141 (55.47% from 255) = 52.42%

 GREEN value IS 14 (5.86% from 255) = 5.2%

 BLUE value IS 114 (44.92% from 255) = 42.38%

R = 52.42%
G = 5.2%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D0E72 (or 0x8D0E72) is known color: Dark Purple. HEX triplet: 8D, 0E and 72. RGB value is (141,14,114). Sum of RGB (Red+Green+Blue) = 141+14+114=269 (35% of max value = 765). Red value is 141 (55.47% from 255 or 52.42% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0E72 is #72F18D. Grayscale: #3F3F3F. Windows color (decimal): -7532942 or 7474829. OLE color: 7474829.

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

Color convert

RGB 141 14 114 -
CMYK 0 0.90 0.19 0.45
HSL 312.76º 0.82% 0.3% -
HSV(B) 312.76º 0.9% 0.55% -
XYZ 14.18 7.19 16.56 -
YUV 63.37 156.58 183.37 -
System Red Green Blue C M Y K H S L
Decimal 141 14 114 0 0.90 0.19 0.45 312.76 0.82 0.3
Hex 8D E 72 0 5A 13 2D 139 52 1E
Octal 215 16 162 0 132 23 55 471 122 36
Binary 10001101 1110 1110010 0 1011010 10011 101101 100111001 1010010 11110

Color Harmonies of #8D0E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0E72

Black with #8D0E72

Text Example


Text Example

White with #8D0E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D0E72;
 }
 .AnyTagClassName
 {
   color: #8D0E72;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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