Html Css Color HEX #9D07AB Dark Magenta

📋 copy color: '#9D07AB'

red 157 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #9D07AB

Tints of Dark Magenta #9D07AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.04%

R = 46.87%
G = 2.09%
B = 51.04%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D07AB (or 0x9D07AB) is known color: Dark Magenta. HEX triplet: 9D, 07 and AB. RGB value is (157,7,171). Sum of RGB (Red+Green+Blue) = 157+7+171=335 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.87% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D07AB is #62F854. Grayscale: #464646. Windows color (decimal): -6486101 or 11208605. OLE color: 11208605.

HSL color Cylindrical-coordinate representation of color #9D07AB: hue angle of 294.88º 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 #9D07AB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 7 171 -
CMYK 0.08 0.96 0 0.33
HSL 294.88º 0.92% 0.35% -
HSV(B) 294.88º 0.96% 0.67% -
XYZ 21.33 10.26 39.38 -
YUV 70.55 184.7 189.66 -
System Red Green Blue C M Y K H S L
Decimal 157 7 171 0.08 0.96 0 0.33 294.88 0.92 0.35
Hex 9D 7 AB 8 60 0 21 127 5C 23
Octal 235 7 253 10 140 0 41 447 134 43
Binary 10011101 111 10101011 1000 1100000 0 100001 100100111 1011100 100011

Color Harmonies of #9D07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D07AB

Black with #9D07AB

Text Example


Text Example

White with #9D07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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