#9812AB

Color #9812AB Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #9812AB

Tints of Dark Magenta #9812AB

Color information

#9812AB (or 0x9812AB) is unknown color: approx Dark Magenta. HEX triplet: 98, 12 and AB. RGB value is (152,18,171). Sum of RGB (Red+Green+Blue) = 152+18+171=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 171 (67.19% from 255 or 50.15% from 341); Max value from RGB is 171 - color contains mainly: blue. Hex color #9812AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9812AB is #67ED54. Grayscale: #4B4B4B. Windows color (decimal): -6810965 or 11211416. OLE color: 11211416.

HSL color Cylindrical-coordinate representation of color #9812AB: hue angle of 292.55º 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 #9812AB is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15218171-
CMYK0.110.8900.33
HSL292.55º80.95%37.06%-
HSV(B)292.55º89.47%67.06%-
XYZ20.5210.0539.39-
YUV75.51181.89182.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 18 (7.42% from 255) = 5.28%
BLUE value IS 171 (67.19% from 255) = 50.15%
R=44.57%
G=5.28%
B=50.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152181710.110.8900.33292.5580.9537.06
Hex9812ABB590211255125
Octal230222531313104144512145
Binary1001100010010101010111011101100101000011001001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9812AB;
 }
 .AnyTagClassName
 {
   color: #9812AB;
 }
</style>
background-color css

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

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

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

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

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

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