Html Css Color HEX #8C0EAD Dark Magenta

📋 copy color: '#8C0EAD'

red 140 ◦ green 14 ◦ blue 173

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

Shades of Dark Magenta #8C0EAD

Tints of Dark Magenta #8C0EAD

RGB

 RED value IS 140 (55.08% from 255) = 42.81%

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

 BLUE value IS 173 (67.97% from 255) = 52.91%

R = 42.81%
G = 4.28%
B = 52.91%

CMYK

 C value IS 0.19

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C0EAD (or 0x8C0EAD) is known color: Dark Magenta. HEX triplet: 8C, 0E and AD. RGB value is (140,14,173). Sum of RGB (Red+Green+Blue) = 140+14+173=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 14 (5.86% from 255 or 4.28% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C0EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8C0EAD is #73F152. Grayscale: #454545. Windows color (decimal): -7598419 or 11341452. OLE color: 11341452.

HSL color Cylindrical-coordinate representation of color #8C0EAD: hue angle of 287.55º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0EAD is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 14 173 -
CMYK 0.19 0.92 0 0.32
HSL 287.55º 0.85% 0.37% -
HSV(B) 287.55º 0.92% 0.68% -
XYZ 18.52 8.91 40.28 -
YUV 69.8 186.24 178.07 -
System Red Green Blue C M Y K H S L
Decimal 140 14 173 0.19 0.92 0 0.32 287.55 0.85 0.37
Hex 8C E AD 13 5C 0 20 120 55 25
Octal 214 16 255 23 134 0 40 440 125 45
Binary 10001100 1110 10101101 10011 1011100 0 100000 100100000 1010101 100101

Color Harmonies of #8C0EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0EAD

Black with #8C0EAD

Text Example


Text Example

White with #8C0EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,14,173); }

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

background-color css

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

 a { background-color: rgb(140,14,173); }

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

border-color css

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

 span { border-color: rgb(140,14,173); }

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