Html Css Color HEX #9A09AD Dark Magenta

📋 copy color: '#9A09AD'

red 154 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #9A09AD

Tints of Dark Magenta #9A09AD

RGB

 RED value IS 154 (60.55% from 255) = 45.83%

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

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

R = 45.83%
G = 2.68%
B = 51.49%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9A09AD (or 0x9A09AD) is known color: Dark Magenta. HEX triplet: 9A, 09 and AD. RGB value is (154,9,173). Sum of RGB (Red+Green+Blue) = 154+9+173=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A09AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A09AD is #65F652. Grayscale: #464646. Windows color (decimal): -6682195 or 11340186. OLE color: 11340186.

HSL color Cylindrical-coordinate representation of color #9A09AD: hue angle of 293.05º 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 #9A09AD is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 9 173 -
CMYK 0.11 0.95 0 0.32
HSL 293.05º 0.9% 0.36% -
HSV(B) 293.05º 0.95% 0.68% -
XYZ 20.97 10.08 40.38 -
YUV 71.05 185.54 187.16 -
System Red Green Blue C M Y K H S L
Decimal 154 9 173 0.11 0.95 0 0.32 293.05 0.9 0.36
Hex 9A 9 AD B 5F 0 20 125 5A 24
Octal 232 11 255 13 137 0 40 445 132 44
Binary 10011010 1001 10101101 1011 1011111 0 100000 100100101 1011010 100100

Color Harmonies of #9A09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A09AD

Black with #9A09AD

Text Example


Text Example

White with #9A09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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