Html Css Color HEX #9D07AC Dark Magenta

📋 copy color: '#9D07AC'

red 157 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #9D07AC

Tints of Dark Magenta #9D07AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.19%

R = 46.73%
G = 2.08%
B = 51.19%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D07AC (or 0x9D07AC) is known color: Dark Magenta. HEX triplet: 9D, 07 and AC. RGB value is (157,7,172). Sum of RGB (Red+Green+Blue) = 157+7+172=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D07AC is #62F853. Grayscale: #464646. Windows color (decimal): -6486100 or 11274141. OLE color: 11274141.

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

Color convert

RGB 157 7 172 -
CMYK 0.09 0.96 0 0.33
HSL 294.55º 0.92% 0.35% -
HSV(B) 294.55º 0.96% 0.67% -
XYZ 21.43 10.3 39.89 -
YUV 70.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 157 7 172 0.09 0.96 0 0.33 294.55 0.92 0.35
Hex 9D 7 AC 9 60 0 21 127 5C 23
Octal 235 7 254 11 140 0 41 447 134 43
Binary 10011101 111 10101100 1001 1100000 0 100001 100100111 1011100 100011

Color Harmonies of #9D07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D07AC

Black with #9D07AC

Text Example


Text Example

White with #9D07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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