Html Css Color HEX #8812AC Dark Magenta

📋 copy color: '#8812AC'

red 136 ◦ green 18 ◦ blue 172

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

Shades of Dark Magenta #8812AC

Tints of Dark Magenta #8812AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.52%

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

R = 41.72%
G = 5.52%
B = 52.76%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8812AC (or 0x8812AC) is known color: Dark Magenta. HEX triplet: 88, 12 and AC. RGB value is (136,18,172). Sum of RGB (Red+Green+Blue) = 136+18+172=326 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.72% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #8812AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8812AC is #77ED53. Grayscale: #464646. Windows color (decimal): -7859540 or 11276936. OLE color: 11276936.

HSL color Cylindrical-coordinate representation of color #8812AC: hue angle of 285.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8812AC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 136 18 172 -
CMYK 0.21 0.90 0 0.33
HSL 285.97º 0.81% 0.37% -
HSV(B) 285.97º 0.9% 0.67% -
XYZ 17.82 8.65 39.76 -
YUV 70.84 185.09 174.48 -
System Red Green Blue C M Y K H S L
Decimal 136 18 172 0.21 0.90 0 0.33 285.97 0.81 0.37
Hex 88 12 AC 15 5A 0 21 11E 51 25
Octal 210 22 254 25 132 0 41 436 121 45
Binary 10001000 10010 10101100 10101 1011010 0 100001 100011110 1010001 100101

Color Harmonies of #8812AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8812AC

Black with #8812AC

Text Example


Text Example

White with #8812AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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