#9910AD

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

Shades of Dark Magenta #9910AD

Tints of Dark Magenta #9910AD

Color information

#9910AD (or 0x9910AD) is unknown color: approx Dark Magenta. HEX triplet: 99, 10 and AD. RGB value is (153,16,173). Sum of RGB (Red+Green+Blue) = 153+16+173=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 16 (6.64% from 255 or 4.68% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #9910AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9910AD is #66EF52. Grayscale: #4A4A4A. Windows color (decimal): -6745939 or 11341977. OLE color: 11341977.

HSL color Cylindrical-coordinate representation of color #9910AD: hue angle of 292.36º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9910AD is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15316173-
CMYK0.120.9100.32
HSL292.36º83.07%37.06%-
HSV(B)292.36º90.75%67.84%-
XYZ20.8610.1640.4-
YUV74.86183.39183.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 16 (6.64% from 255) = 4.68%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=44.74%
G=4.68%
B=50.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal153161730.120.9100.32292.3683.0737.06
Hex9910ADC5B0201245325
Octal231202551413304044412345
Binary1001100110000101011011100101101101000001001001001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9910AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9910AD; }

 p { color: rgb(153,16,173); }

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

<style>
 a { background-color: #9910AD; }

 a { background-color: rgb(153,16,173); }

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

<style>
 span { border-color: #9910AD; }

 span { border-color: rgb(153,16,173); }

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