Html Css Color HEX #9409AC Dark Magenta

📋 copy color: '#9409AC'

red 148 ◦ green 9 ◦ blue 172

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

Shades of Dark Magenta #9409AC

Tints of Dark Magenta #9409AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 52.28%

R = 44.98%
G = 2.74%
B = 52.28%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9409AC (or 0x9409AC) is known color: Dark Magenta. HEX triplet: 94, 09 and AC. RGB value is (148,9,172). Sum of RGB (Red+Green+Blue) = 148+9+172=329 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.98% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #9409AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409AC is #6BF653. Grayscale: #444444. Windows color (decimal): -7075412 or 11274644. OLE color: 11274644.

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

Color convert

RGB 148 9 172 -
CMYK 0.14 0.95 0 0.33
HSL 291.17º 0.9% 0.35% -
HSV(B) 291.17º 0.95% 0.67% -
XYZ 19.76 9.47 39.82 -
YUV 69.14 186.05 184.25 -
System Red Green Blue C M Y K H S L
Decimal 148 9 172 0.14 0.95 0 0.33 291.17 0.9 0.35
Hex 94 9 AC E 5F 0 21 123 5A 23
Octal 224 11 254 16 137 0 41 443 132 43
Binary 10010100 1001 10101100 1110 1011111 0 100001 100100011 1011010 100011

Color Harmonies of #9409AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409AC

Black with #9409AC

Text Example


Text Example

White with #9409AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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