Html Css Color HEX #8912AB Dark Magenta

📋 copy color: '#8912AB'

red 137 ◦ green 18 ◦ blue 171

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

Shades of Dark Magenta #8912AB

Tints of Dark Magenta #8912AB

RGB

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

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

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

R = 42.02%
G = 5.52%
B = 52.45%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8912AB (or 0x8912AB) is known color: Dark Magenta. HEX triplet: 89, 12 and AB. RGB value is (137,18,171). Sum of RGB (Red+Green+Blue) = 137+18+171=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #8912AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8912AB is #76ED54. Grayscale: #464646. Windows color (decimal): -7794005 or 11211401. OLE color: 11211401.

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

Color convert

RGB 137 18 171 -
CMYK 0.20 0.89 0 0.33
HSL 286.67º 0.81% 0.37% -
HSV(B) 286.67º 0.89% 0.67% -
XYZ 17.88 8.69 39.26 -
YUV 71.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 137 18 171 0.20 0.89 0 0.33 286.67 0.81 0.37
Hex 89 12 AB 14 59 0 21 11F 51 25
Octal 211 22 253 24 131 0 41 437 121 45
Binary 10001001 10010 10101011 10100 1011001 0 100001 100011111 1010001 100101

Color Harmonies of #8912AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8912AB

Black with #8912AB

Text Example


Text Example

White with #8912AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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