Html Css Color HEX #8E0B7E Dark Magenta

📋 copy color: '#8E0B7E'

red 142 ◦ green 11 ◦ blue 126

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

Shades of Dark Magenta #8E0B7E

Tints of Dark Magenta #8E0B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.94%

 BLUE value IS 126 (49.61% from 255) = 45.16%

R = 50.9%
G = 3.94%
B = 45.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E0B7E (or 0x8E0B7E) is known color: Dark Magenta. HEX triplet: 8E, 0B and 7E. RGB value is (142,11,126). Sum of RGB (Red+Green+Blue) = 142+11+126=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E0B7E is #71F481. Grayscale: #3E3E3E. Windows color (decimal): -7468162 or 8260494. OLE color: 8260494.

HSL color Cylindrical-coordinate representation of color #8E0B7E: hue angle of 307.33º degrees, saturation: 0.86, 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 #8E0B7E is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 11 126 -
CMYK 0 0.92 0.11 0.44
HSL 307.33º 0.86% 0.3% -
HSV(B) 307.33º 0.92% 0.56% -
XYZ 15.04 7.5 20.39 -
YUV 63.28 163.4 184.15 -
System Red Green Blue C M Y K H S L
Decimal 142 11 126 0 0.92 0.11 0.44 307.33 0.86 0.3
Hex 8E B 7E 0 5C B 2C 133 56 1E
Octal 216 13 176 0 134 13 54 463 126 36
Binary 10001110 1011 1111110 0 1011100 1011 101100 100110011 1010110 11110

Color Harmonies of #8E0B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0B7E

Black with #8E0B7E

Text Example


Text Example

White with #8E0B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,11,126); }

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

background-color css

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

 a { background-color: rgb(142,11,126); }

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

border-color css

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

 span { border-color: rgb(142,11,126); }

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