Html Css Color HEX #9D09AD Dark Magenta

📋 copy color: '#9D09AD'

red 157 ◦ green 9 ◦ blue 173

#9D09AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9D09AD

Tints of Dark Magenta #9D09AD

RGB

 RED value IS 157 (61.72% from 255) = 46.31%

 GREEN value IS 9 (3.91% from 255) = 2.65%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 46.31%
G = 2.65%
B = 51.03%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D09AD (or 0x9D09AD) is known color: Dark Magenta. HEX triplet: 9D, 09 and AD. RGB value is (157,9,173). Sum of RGB (Red+Green+Blue) = 157+9+173=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 9 (3.91% from 255 or 2.65% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D09AD is #62F652. Grayscale: #474747. Windows color (decimal): -6485587 or 11340189. OLE color: 11340189.

HSL color Cylindrical-coordinate representation of color #9D09AD: hue angle of 294.15º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D09AD is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 157 9 173 -
CMYK 0.09 0.95 0 0.32
HSL 294.15º 0.9% 0.36% -
HSV(B) 294.15º 0.95% 0.68% -
XYZ 21.55 10.38 40.4 -
YUV 71.95 185.03 188.66 -
System Red Green Blue C M Y K H S L
Decimal 157 9 173 0.09 0.95 0 0.32 294.15 0.9 0.36
Hex 9D 9 AD 9 5F 0 20 126 5A 24
Octal 235 11 255 11 137 0 40 446 132 44
Binary 10011101 1001 10101101 1001 1011111 0 100000 100100110 1011010 100100

Color Harmonies of #9D09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D09AD

Black with #9D09AD

Text Example


Text Example

White with #9D09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,9,173); }

 H1.HeaderClassName
 {
   color: #9D09AD;
 }
 .AnyTagClassName
 {
   color: #9D09AD;
 }
</style>

background-color css

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

 a { background-color: rgb(157,9,173); }

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

border-color css

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

 span { border-color: rgb(157,9,173); }

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