Html Css Color HEX #8E0686 Dark Magenta

📋 copy color: '#8E0686'

red 142 ◦ green 6 ◦ blue 134

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

Shades of Dark Magenta #8E0686

Tints of Dark Magenta #8E0686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 47.52%

R = 50.35%
G = 2.13%
B = 47.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E0686 (or 0x8E0686) is known color: Dark Magenta. HEX triplet: 8E, 06 and 86. RGB value is (142,6,134). Sum of RGB (Red+Green+Blue) = 142+6+134=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0686 is #71F979. Grayscale: #3C3C3C. Windows color (decimal): -7469434 or 8783502. OLE color: 8783502.

HSL color Cylindrical-coordinate representation of color #8E0686: hue angle of 303.53º 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 #8E0686 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 6 134 -
CMYK 0 0.96 0.06 0.44
HSL 303.53º 0.92% 0.29% -
HSV(B) 303.53º 0.96% 0.56% -
XYZ 15.52 7.6 23.2 -
YUV 61.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 142 6 134 0 0.96 0.06 0.44 303.53 0.92 0.29
Hex 8E 6 86 0 60 6 2C 130 5C 1D
Octal 216 6 206 0 140 6 54 460 134 35
Binary 10001110 110 10000110 0 1100000 110 101100 100110000 1011100 11101

Color Harmonies of #8E0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0686

Black with #8E0686

Text Example


Text Example

White with #8E0686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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