Html Css Color HEX #9409AA Dark Magenta

📋 copy color: '#9409AA'

red 148 ◦ green 9 ◦ blue 170

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

Shades of Dark Magenta #9409AA

Tints of Dark Magenta #9409AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.99%

R = 45.26%
G = 2.75%
B = 51.99%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9409AA (or 0x9409AA) is known color: Dark Magenta. HEX triplet: 94, 09 and AA. RGB value is (148,9,170). Sum of RGB (Red+Green+Blue) = 148+9+170=327 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.26% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #9409AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409AA is #6BF655. Grayscale: #444444. Windows color (decimal): -7075414 or 11143572. OLE color: 11143572.

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

Color convert

RGB 148 9 170 -
CMYK 0.13 0.95 0 0.33
HSL 291.8º 0.9% 0.35% -
HSV(B) 291.8º 0.95% 0.67% -
XYZ 19.57 9.39 38.81 -
YUV 68.92 185.05 184.41 -
System Red Green Blue C M Y K H S L
Decimal 148 9 170 0.13 0.95 0 0.33 291.8 0.9 0.35
Hex 94 9 AA D 5F 0 21 124 5A 23
Octal 224 11 252 15 137 0 41 444 132 43
Binary 10010100 1001 10101010 1101 1011111 0 100001 100100100 1011010 100011

Color Harmonies of #9409AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409AA

Black with #9409AA

Text Example


Text Example

White with #9409AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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