Html Css Color HEX #8912AC Dark Magenta

📋 copy color: '#8912AC'

red 137 ◦ green 18 ◦ blue 172

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

Shades of Dark Magenta #8912AC

Tints of Dark Magenta #8912AC

RGB

 RED value IS 137 (53.91% from 255) = 41.9%

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

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

R = 41.9%
G = 5.5%
B = 52.6%

CMYK

 C value IS 0.20

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8912AC (or 0x8912AC) is known color: Dark Magenta. HEX triplet: 89, 12 and AC. RGB value is (137,18,172). Sum of RGB (Red+Green+Blue) = 137+18+172=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #8912AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8912AC is #76ED53. Grayscale: #464646. Windows color (decimal): -7794004 or 11276937. OLE color: 11276937.

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

Color convert

RGB 137 18 172 -
CMYK 0.20 0.90 0 0.33
HSL 286.36º 0.81% 0.37% -
HSV(B) 286.36º 0.9% 0.67% -
XYZ 17.98 8.73 39.77 -
YUV 71.14 184.92 174.98 -
System Red Green Blue C M Y K H S L
Decimal 137 18 172 0.20 0.90 0 0.33 286.36 0.81 0.37
Hex 89 12 AC 14 5A 0 21 11E 51 25
Octal 211 22 254 24 132 0 41 436 121 45
Binary 10001001 10010 10101100 10100 1011010 0 100001 100011110 1010001 100101

Color Harmonies of #8912AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912AC

Black with #8912AC

Text Example


Text Example

White with #8912AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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