Html Css Color HEX #8A14AC Dark Magenta

📋 copy color: '#8A14AC'

red 138 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #8A14AC

Tints of Dark Magenta #8A14AC

RGB

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

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

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

R = 41.82%
G = 6.06%
B = 52.12%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A14AC (or 0x8A14AC) is known color: Dark Magenta. HEX triplet: 8A, 14 and AC. RGB value is (138,20,172). Sum of RGB (Red+Green+Blue) = 138+20+172=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 20 (8.20% from 255 or 6.06% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A14AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A14AC is #75EB53. Grayscale: #484848. Windows color (decimal): -7727956 or 11277450. OLE color: 11277450.

HSL color Cylindrical-coordinate representation of color #8A14AC: hue angle of 286.58º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A14AC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 20 172 -
CMYK 0.20 0.88 0 0.33
HSL 286.58º 0.79% 0.38% -
HSV(B) 286.58º 0.88% 0.67% -
XYZ 18.18 8.88 39.79 -
YUV 72.61 184.09 174.64 -
System Red Green Blue C M Y K H S L
Decimal 138 20 172 0.20 0.88 0 0.33 286.58 0.79 0.38
Hex 8A 14 AC 14 58 0 21 11F 4F 26
Octal 212 24 254 24 130 0 41 437 117 46
Binary 10001010 10100 10101100 10100 1011000 0 100001 100011111 1001111 100110

Color Harmonies of #8A14AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A14AC

Black with #8A14AC

Text Example


Text Example

White with #8A14AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,172); }

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

background-color css

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

 a { background-color: rgb(138,20,172); }

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

border-color css

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

 span { border-color: rgb(138,20,172); }

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