Html Css Color HEX #8E067E Dark Magenta

📋 copy color: '#8E067E'

red 142 ◦ green 6 ◦ blue 126

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

Shades of Dark Magenta #8E067E

Tints of Dark Magenta #8E067E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.19%

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

R = 51.82%
G = 2.19%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8E067E (or 0x8E067E) is known color: Dark Magenta. HEX triplet: 8E, 06 and 7E. RGB value is (142,6,126). Sum of RGB (Red+Green+Blue) = 142+6+126=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 6 (2.73% from 255 or 2.19% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E067E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E067E is #71F981. Grayscale: #3C3C3C. Windows color (decimal): -7469442 or 8259214. OLE color: 8259214.

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

Color convert

RGB 142 6 126 -
CMYK 0 0.96 0.11 0.44
HSL 307.06º 0.92% 0.29% -
HSV(B) 307.06º 0.96% 0.56% -
XYZ 14.99 7.39 20.37 -
YUV 60.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 142 6 126 0 0.96 0.11 0.44 307.06 0.92 0.29
Hex 8E 6 7E 0 60 B 2C 133 5C 1D
Octal 216 6 176 0 140 13 54 463 134 35
Binary 10001110 110 1111110 0 1100000 1011 101100 100110011 1011100 11101

Color Harmonies of #8E067E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E067E

Black with #8E067E

Text Example


Text Example

White with #8E067E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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