Html Css Color HEX #9409AB Dark Magenta

📋 copy color: '#9409AB'

red 148 ◦ green 9 ◦ blue 171

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

Shades of Dark Magenta #9409AB

Tints of Dark Magenta #9409AB

RGB

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

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

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

R = 45.12%
G = 2.74%
B = 52.13%

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

#9409AB (or 0x9409AB) is known color: Dark Magenta. HEX triplet: 94, 09 and AB. RGB value is (148,9,171). Sum of RGB (Red+Green+Blue) = 148+9+171=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #9409AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409AB is #6BF654. Grayscale: #444444. Windows color (decimal): -7075413 or 11209108. OLE color: 11209108.

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

Color convert

RGB 148 9 171 -
CMYK 0.13 0.95 0 0.33
HSL 291.48º 0.9% 0.35% -
HSV(B) 291.48º 0.95% 0.67% -
XYZ 19.66 9.43 39.31 -
YUV 69.03 185.55 184.33 -
System Red Green Blue C M Y K H S L
Decimal 148 9 171 0.13 0.95 0 0.33 291.48 0.9 0.35
Hex 94 9 AB D 5F 0 21 123 5A 23
Octal 224 11 253 15 137 0 41 443 132 43
Binary 10010100 1001 10101011 1101 1011111 0 100001 100100011 1011010 100011

Color Harmonies of #9409AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9409AB

Black with #9409AB

Text Example


Text Example

White with #9409AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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