#9814ad

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

Shades of Dark Magenta #9814AD

Tints of Dark Magenta #9814AD

Color information

#9814AD (or 0x9814AD) is unknown color: approx Dark Magenta. HEX triplet: 98, 14 and AD. RGB value is (152,20,173). Sum of RGB (Red+Green+Blue) = 152+20+173=345 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.06% from 345); Green value is 20 (8.20% from 255 or 5.80% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #9814AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9814AD is #67EB52. Grayscale: #4C4C4C. Windows color (decimal): -6810451 or 11343000. OLE color: 11343000.

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

Color convert

RGB15220173-
CMYK0.120.8800.32
HSL291.76º79.27%37.84%-
HSV(B)291.76º88.44%67.84%-
XYZ20.7410.1940.41-
YUV76.91182.23181.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.06%
GREEN value IS 20 (8.20% from 255) = 5.80%
BLUE value IS 173 (67.97% from 255) = 50.14%
R=44.06%
G=5.80%
B=50.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152201730.120.8800.32291.7679.2737.84
Hex9814ADC580201244f26
Octal230242551413004044411746
Binary1001100010100101011011100101100001000001001001001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9814ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9814ad; }

 p { color: rgb(152,20,173); }

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

<style>
 a { background-color: #9814ad; }

 a { background-color: rgb(152,20,173); }

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

<style>
 span { border-color: #9814ad; }

 span { border-color: rgb(152,20,173); }

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