Html Css Color HEX #8E0C82 Dark Magenta

📋 copy color: '#8E0C82'

red 142 ◦ green 12 ◦ blue 130

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

Shades of Dark Magenta #8E0C82

Tints of Dark Magenta #8E0C82

RGB

 RED value IS 142 (55.86% from 255) = 50%

 GREEN value IS 12 (5.08% from 255) = 4.23%

 BLUE value IS 130 (51.17% from 255) = 45.77%

R = 50%
G = 4.23%
B = 45.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E0C82 (or 0x8E0C82) is known color: Dark Magenta. HEX triplet: 8E, 0C and 82. RGB value is (142,12,130). Sum of RGB (Red+Green+Blue) = 142+12+130=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0C82 is #71F37D. Grayscale: #3F3F3F. Windows color (decimal): -7467902 or 8522894. OLE color: 8522894.

HSL color Cylindrical-coordinate representation of color #8E0C82: hue angle of 305.54º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E0C82 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 130 -
CMYK 0 0.92 0.08 0.44
HSL 305.54º 0.84% 0.3% -
HSV(B) 305.54º 0.92% 0.56% -
XYZ 15.32 7.63 21.78 -
YUV 64.32 165.07 183.41 -
System Red Green Blue C M Y K H S L
Decimal 142 12 130 0 0.92 0.08 0.44 305.54 0.84 0.3
Hex 8E C 82 0 5C 8 2C 132 54 1E
Octal 216 14 202 0 134 10 54 462 124 36
Binary 10001110 1100 10000010 0 1011100 1000 101100 100110010 1010100 11110

Color Harmonies of #8E0C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C82

Black with #8E0C82

Text Example


Text Example

White with #8E0C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,130); }

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

background-color css

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

 a { background-color: rgb(142,12,130); }

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

border-color css

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

 span { border-color: rgb(142,12,130); }

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