#9812A5

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

Shades of Dark Magenta #9812A5

Tints of Dark Magenta #9812A5

Color information

#9812A5 (or 0x9812A5) is unknown color: approx Dark Magenta. HEX triplet: 98, 12 and A5. RGB value is (152,18,165). Sum of RGB (Red+Green+Blue) = 152+18+165=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #9812A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9812A5 is #67ED5A. Grayscale: #4A4A4A. Windows color (decimal): -6810971 or 10818200. OLE color: 10818200.

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

Color convert

RGB15218165-
CMYK0.080.8900.35
HSL294.69º80.33%35.88%-
HSV(B)294.69º89.09%64.71%-
XYZ19.969.8236.44-
YUV74.82178.89183.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 18 (7.42% from 255) = 5.37%
BLUE value IS 165 (64.84% from 255) = 49.25%
R=45.37%
G=5.37%
B=49.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal152181650.080.8900.35294.6980.3335.88
Hex9812A58590231275024
Octal230222451013104344712044
Binary1001100010010101001011000101100101000111001001111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9812A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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