#9812A2

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

Shades of Dark Magenta #9812A2

Tints of Dark Magenta #9812A2

Color information

#9812A2 (or 0x9812A2) is unknown color: approx Dark Magenta. HEX triplet: 98, 12 and A2. RGB value is (152,18,162). Sum of RGB (Red+Green+Blue) = 152+18+162=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 162 (63.67% from 255 or 48.80% from 332); Max value from RGB is 162 - color contains mainly: blue. Hex color #9812A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9812A2 is #67ED5D. Grayscale: #4A4A4A. Windows color (decimal): -6810974 or 10621592. OLE color: 10621592.

HSL color Cylindrical-coordinate representation of color #9812A2: hue angle of 295.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9812A2 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15218162-
CMYK0.060.8900.36
HSL295.83º80%35.29%-
HSV(B)295.83º88.89%63.53%-
XYZ19.699.7235.02-
YUV74.48177.39183.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 162 (63.67% from 255) = 48.80%
R=45.78%
G=5.42%
B=48.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal152181620.060.8900.36295.838035.29
Hex9812A26590241285023
Octal23022242613104445012043
Binary100110001001010100010110101100101001001001010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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