Html Css Color HEX #8E14A4 Dark Magenta

📋 copy color: '#8E14A4'

red 142 ◦ green 20 ◦ blue 164

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

Shades of Dark Magenta #8E14A4

Tints of Dark Magenta #8E14A4

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.13%

 BLUE value IS 164 (64.45% from 255) = 50.31%

R = 43.56%
G = 6.13%
B = 50.31%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8E14A4 (or 0x8E14A4) is known color: Dark Magenta. HEX triplet: 8E, 14 and A4. RGB value is (142,20,164). Sum of RGB (Red+Green+Blue) = 142+20+164=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 20 (8.20% from 255 or 6.13% from 326); Blue value is 164 (64.45% from 255 or 50.31% from 326); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E14A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E14A4 is #71EB5B. Grayscale: #484848. Windows color (decimal): -7465820 or 10753166. OLE color: 10753166.

HSL color Cylindrical-coordinate representation of color #8E14A4: hue angle of 290.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E14A4 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 20 164 -
CMYK 0.13 0.88 0 0.36
HSL 290.83º 0.78% 0.36% -
HSV(B) 290.83º 0.88% 0.64% -
XYZ 18.11 8.93 35.89 -
YUV 72.89 179.42 177.29 -
System Red Green Blue C M Y K H S L
Decimal 142 20 164 0.13 0.88 0 0.36 290.83 0.78 0.36
Hex 8E 14 A4 D 58 0 24 123 4E 24
Octal 216 24 244 15 130 0 44 443 116 44
Binary 10001110 10100 10100100 1101 1011000 0 100100 100100011 1001110 100100

Color Harmonies of #8E14A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E14A4

Black with #8E14A4

Text Example


Text Example

White with #8E14A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,20,164); }

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

background-color css

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

 a { background-color: rgb(142,20,164); }

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

border-color css

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

 span { border-color: rgb(142,20,164); }

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