Html Css Color HEX #9004AB Dark Magenta

📋 copy color: '#9004AB'

red 144 ◦ green 4 ◦ blue 171

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

Shades of Dark Magenta #9004AB

Tints of Dark Magenta #9004AB

RGB

 RED value IS 144 (56.64% from 255) = 45.14%

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 45.14%
G = 1.25%
B = 53.61%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9004AB (or 0x9004AB) is known color: Dark Magenta. HEX triplet: 90, 04 and AB. RGB value is (144,4,171). Sum of RGB (Red+Green+Blue) = 144+4+171=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 4 (1.95% from 255 or 1.25% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #9004AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9004AB is #6FFB54. Grayscale: #404040. Windows color (decimal): -7338837 or 11207824. OLE color: 11207824.

HSL color Cylindrical-coordinate representation of color #9004AB: hue angle of 290.3º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004AB is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 4 171 -
CMYK 0.16 0.98 0 0.33
HSL 290.3º 0.95% 0.34% -
HSV(B) 290.3º 0.98% 0.67% -
XYZ 18.9 8.96 39.26 -
YUV 64.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 144 4 171 0.16 0.98 0 0.33 290.3 0.95 0.34
Hex 90 4 AB 10 62 0 21 122 5F 22
Octal 220 4 253 20 142 0 41 442 137 42
Binary 10010000 100 10101011 10000 1100010 0 100001 100100010 1011111 100010

Color Harmonies of #9004AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9004AB

Black with #9004AB

Text Example


Text Example

White with #9004AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,4,171); }

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

background-color css

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

 a { background-color: rgb(144,4,171); }

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

border-color css

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

 span { border-color: rgb(144,4,171); }

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