Html Css Color HEX #8E09AC Dark Magenta

📋 copy color: '#8E09AC'

red 142 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #8E09AC

Tints of Dark Magenta #8E09AC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.79%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 43.96%
G = 2.79%
B = 53.25%

CMYK

 C value IS 0.17

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E09AC (or 0x8E09AC) is known color: Dark Magenta. HEX triplet: 8E, 09 and AC. RGB value is (142,9,172). Sum of RGB (Red+Green+Blue) = 142+9+172=323 (42% of max value = 765). Red value is 142 (55.86% from 255 or 43.96% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E09AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E09AC is #71F653. Grayscale: #424242. Windows color (decimal): -7468628 or 11274638. OLE color: 11274638.

HSL color Cylindrical-coordinate representation of color #8E09AC: hue angle of 288.96º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E09AC is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 9 172 -
CMYK 0.17 0.95 0 0.33
HSL 288.96º 0.9% 0.35% -
HSV(B) 288.96º 0.95% 0.67% -
XYZ 18.7 8.92 39.77 -
YUV 67.35 187.06 181.25 -
System Red Green Blue C M Y K H S L
Decimal 142 9 172 0.17 0.95 0 0.33 288.96 0.9 0.35
Hex 8E 9 AC 11 5F 0 21 121 5A 23
Octal 216 11 254 21 137 0 41 441 132 43
Binary 10001110 1001 10101100 10001 1011111 0 100001 100100001 1011010 100011

Color Harmonies of #8E09AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E09AC

Black with #8E09AC

Text Example


Text Example

White with #8E09AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,9,172); }

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

background-color css

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

 a { background-color: rgb(142,9,172); }

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

border-color css

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

 span { border-color: rgb(142,9,172); }

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