Html Css Color HEX #9D07AD Dark Magenta

📋 copy color: '#9D07AD'

red 157 ◦ green 7 ◦ blue 173

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

Shades of Dark Magenta #9D07AD

Tints of Dark Magenta #9D07AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

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

R = 46.59%
G = 2.08%
B = 51.34%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9D07AD (or 0x9D07AD) is known color: Dark Magenta. HEX triplet: 9D, 07 and AD. RGB value is (157,7,173). Sum of RGB (Red+Green+Blue) = 157+7+173=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #9D07AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D07AD is #62F852. Grayscale: #464646. Windows color (decimal): -6486099 or 11339677. OLE color: 11339677.

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

Color convert

RGB 157 7 173 -
CMYK 0.09 0.96 0 0.32
HSL 294.22º 0.92% 0.35% -
HSV(B) 294.22º 0.96% 0.68% -
XYZ 21.52 10.34 40.4 -
YUV 70.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 157 7 173 0.09 0.96 0 0.32 294.22 0.92 0.35
Hex 9D 7 AD 9 60 0 20 126 5C 23
Octal 235 7 255 11 140 0 40 446 134 43
Binary 10011101 111 10101101 1001 1100000 0 100000 100100110 1011100 100011

Color Harmonies of #9D07AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D07AD

Black with #9D07AD

Text Example


Text Example

White with #9D07AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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