Html Css Color HEX #8A0EA4 Dark Magenta

📋 copy color: '#8A0EA4'

red 138 ◦ green 14 ◦ blue 164

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

Shades of Dark Magenta #8A0EA4

Tints of Dark Magenta #8A0EA4

RGB

 RED value IS 138 (54.3% from 255) = 43.67%

 GREEN value IS 14 (5.86% from 255) = 4.43%

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

R = 43.67%
G = 4.43%
B = 51.9%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8A0EA4 (or 0x8A0EA4) is known color: Dark Magenta. HEX triplet: 8A, 0E and A4. RGB value is (138,14,164). Sum of RGB (Red+Green+Blue) = 138+14+164=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A0EA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A0EA4 is #75F15B. Grayscale: #434343. Windows color (decimal): -7729500 or 10751626. OLE color: 10751626.

HSL color Cylindrical-coordinate representation of color #8A0EA4: hue angle of 289.6º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0EA4 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 138 14 164 -
CMYK 0.16 0.91 0 0.36
HSL 289.6º 0.84% 0.35% -
HSV(B) 289.6º 0.91% 0.64% -
XYZ 17.34 8.4 35.83 -
YUV 68.18 182.08 177.8 -
System Red Green Blue C M Y K H S L
Decimal 138 14 164 0.16 0.91 0 0.36 289.6 0.84 0.35
Hex 8A E A4 10 5B 0 24 122 54 23
Octal 212 16 244 20 133 0 44 442 124 43
Binary 10001010 1110 10100100 10000 1011011 0 100100 100100010 1010100 100011

Color Harmonies of #8A0EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0EA4

Black with #8A0EA4

Text Example


Text Example

White with #8A0EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,14,164); }

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

background-color css

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

 a { background-color: rgb(138,14,164); }

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

border-color css

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

 span { border-color: rgb(138,14,164); }

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