Html Css Color HEX #8814AB Dark Magenta

📋 copy color: '#8814AB'

red 136 ◦ green 20 ◦ blue 171

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

Shades of Dark Magenta #8814AB

Tints of Dark Magenta #8814AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 52.29%

R = 41.59%
G = 6.12%
B = 52.29%

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

#8814AB (or 0x8814AB) is known color: Dark Magenta. HEX triplet: 88, 14 and AB. RGB value is (136,20,171). Sum of RGB (Red+Green+Blue) = 136+20+171=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #8814AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8814AB is #77EB54. Grayscale: #474747. Windows color (decimal): -7859029 or 11211912. OLE color: 11211912.

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

Color convert

RGB 136 20 171 -
CMYK 0.20 0.88 0 0.33
HSL 286.09º 0.79% 0.37% -
HSV(B) 286.09º 0.88% 0.67% -
XYZ 17.75 8.67 39.27 -
YUV 71.9 183.93 173.72 -
System Red Green Blue C M Y K H S L
Decimal 136 20 171 0.20 0.88 0 0.33 286.09 0.79 0.37
Hex 88 14 AB 14 58 0 21 11E 4F 25
Octal 210 24 253 24 130 0 41 436 117 45
Binary 10001000 10100 10101011 10100 1011000 0 100001 100011110 1001111 100101

Color Harmonies of #8814AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8814AB

Black with #8814AB

Text Example


Text Example

White with #8814AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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