#9D12A7

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

Shades of Dark Magenta #9D12A7

Tints of Dark Magenta #9D12A7

Color information

#9D12A7 (or 0x9D12A7) is unknown color: approx Dark Magenta. HEX triplet: 9D, 12 and A7. RGB value is (157,18,167). Sum of RGB (Red+Green+Blue) = 157+18+167=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #9D12A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D12A7 is #62ED58. Grayscale: #4C4C4C. Windows color (decimal): -6483289 or 10949277. OLE color: 10949277.

HSL color Cylindrical-coordinate representation of color #9D12A7: hue angle of 295.97º degrees, saturation: 0.81, 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 #9D12A7 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15718167-
CMYK0.060.8900.35
HSL295.97º80.54%36.27%-
HSV(B)295.97º89.22%65.49%-
XYZ21.110.3937.45-
YUV76.55179.05185.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.91%
GREEN value IS 18 (7.42% from 255) = 5.26%
BLUE value IS 167 (65.62% from 255) = 48.83%
R=45.91%
G=5.26%
B=48.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157181670.060.8900.35295.9780.5436.27
Hex9D12A76590231285124
Octal23522247613104345012144
Binary100111011001010100111110101100101000111001010001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D12A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D12A7; }

 p { color: rgb(157,18,167); }

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

<style>
 a { background-color: #9D12A7; }

 a { background-color: rgb(157,18,167); }

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

<style>
 span { border-color: #9D12A7; }

 span { border-color: rgb(157,18,167); }

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