Html Css Color HEX #8814AC Dark Magenta

📋 copy color: '#8814AC'

red 136 ◦ green 20 ◦ blue 172

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

Shades of Dark Magenta #8814AC

Tints of Dark Magenta #8814AC

RGB

 RED value IS 136 (53.52% from 255) = 41.46%

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

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

R = 41.46%
G = 6.1%
B = 52.44%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8814AC (or 0x8814AC) is known color: Dark Magenta. HEX triplet: 88, 14 and AC. RGB value is (136,20,172). Sum of RGB (Red+Green+Blue) = 136+20+172=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #8814AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8814AC is #77EB53. Grayscale: #474747. Windows color (decimal): -7859028 or 11277448. OLE color: 11277448.

HSL color Cylindrical-coordinate representation of color #8814AC: hue angle of 285.79º 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 #8814AC is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 20 172 -
CMYK 0.21 0.88 0 0.33
HSL 285.79º 0.79% 0.38% -
HSV(B) 285.79º 0.88% 0.67% -
XYZ 17.85 8.71 39.77 -
YUV 72.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 136 20 172 0.21 0.88 0 0.33 285.79 0.79 0.38
Hex 88 14 AC 15 58 0 21 11E 4F 26
Octal 210 24 254 25 130 0 41 436 117 46
Binary 10001000 10100 10101100 10101 1011000 0 100001 100011110 1001111 100110

Color Harmonies of #8814AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8814AC

Black with #8814AC

Text Example


Text Example

White with #8814AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8814AC; }

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

 H1.HeaderClassName
 {
   color: #8814AC;
 }
 .AnyTagClassName
 {
   color: #8814AC;
 }
</style>

background-color css

<style>
 a { background-color: #8814AC; }

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

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

border-color css

<style>
 span { border-color: #8814AC; }

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

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