Html Css Color HEX #9D09AB Dark Magenta

📋 copy color: '#9D09AB'

red 157 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #9D09AB

Tints of Dark Magenta #9D09AB

RGB

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

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

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

R = 46.59%
G = 2.67%
B = 50.74%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9D09AB (or 0x9D09AB) is known color: Dark Magenta. HEX triplet: 9D, 09 and AB. RGB value is (157,9,171). Sum of RGB (Red+Green+Blue) = 157+9+171=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 171 (67.19% from 255 or 50.74% from 337); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D09AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D09AB is #62F654. Grayscale: #474747. Windows color (decimal): -6485589 or 11209117. OLE color: 11209117.

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

Color convert

RGB 157 9 171 -
CMYK 0.08 0.95 0 0.33
HSL 294.81º 0.9% 0.35% -
HSV(B) 294.81º 0.95% 0.67% -
XYZ 21.35 10.3 39.39 -
YUV 71.72 184.03 188.83 -
System Red Green Blue C M Y K H S L
Decimal 157 9 171 0.08 0.95 0 0.33 294.81 0.9 0.35
Hex 9D 9 AB 8 5F 0 21 127 5A 23
Octal 235 11 253 10 137 0 41 447 132 43
Binary 10011101 1001 10101011 1000 1011111 0 100001 100100111 1011010 100011

Color Harmonies of #9D09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D09AB

Black with #9D09AB

Text Example


Text Example

White with #9D09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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