Html Css Color HEX #9409AD Dark Magenta

📋 copy color: '#9409AD'

red 148 ◦ green 9 ◦ blue 173

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

Shades of Dark Magenta #9409AD

Tints of Dark Magenta #9409AD

RGB

 RED value IS 148 (58.2% from 255) = 44.85%

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

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

R = 44.85%
G = 2.73%
B = 52.42%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9409AD (or 0x9409AD) is known color: Dark Magenta. HEX triplet: 94, 09 and AD. RGB value is (148,9,173). Sum of RGB (Red+Green+Blue) = 148+9+173=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #9409AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409AD is #6BF652. Grayscale: #444444. Windows color (decimal): -7075411 or 11340180. OLE color: 11340180.

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

Color convert

RGB 148 9 173 -
CMYK 0.14 0.95 0 0.32
HSL 290.85º 0.9% 0.36% -
HSV(B) 290.85º 0.95% 0.68% -
XYZ 19.85 9.51 40.32 -
YUV 69.26 186.55 184.16 -
System Red Green Blue C M Y K H S L
Decimal 148 9 173 0.14 0.95 0 0.32 290.85 0.9 0.36
Hex 94 9 AD E 5F 0 20 123 5A 24
Octal 224 11 255 16 137 0 40 443 132 44
Binary 10010100 1001 10101101 1110 1011111 0 100000 100100011 1011010 100100

Color Harmonies of #9409AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409AD

Black with #9409AD

Text Example


Text Example

White with #9409AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9409AD; }

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

 H1.HeaderClassName
 {
   color: #9409AD;
 }
 .AnyTagClassName
 {
   color: #9409AD;
 }
</style>

background-color css

<style>
 a { background-color: #9409AD; }

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

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

border-color css

<style>
 span { border-color: #9409AD; }

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

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