Html Css Color HEX #900499 Dark Magenta

📋 copy color: '#900499'

red 144 ◦ green 4 ◦ blue 153

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

Shades of Dark Magenta #900499

Tints of Dark Magenta #900499

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.83%

R = 47.84%
G = 1.33%
B = 50.83%

CMYK

 C value IS 0.06

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#900499 (or 0x900499) is known color: Dark Magenta. HEX triplet: 90, 04 and 99. RGB value is (144,4,153). Sum of RGB (Red+Green+Blue) = 144+4+153=301 (39% of max value = 765). Red value is 144 (56.64% from 255 or 47.84% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #900499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900499 is #6FFB66. Grayscale: #3E3E3E. Windows color (decimal): -7338855 or 10028176. OLE color: 10028176.

HSL color Cylindrical-coordinate representation of color #900499: hue angle of 296.38º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900499 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 144 4 153 -
CMYK 0.06 0.97 0 0.4
HSL 296.38º 0.95% 0.31% -
HSV(B) 296.38º 0.97% 0.6% -
XYZ 17.29 8.32 30.83 -
YUV 62.85 178.88 185.88 -
System Red Green Blue C M Y K H S L
Decimal 144 4 153 0.06 0.97 0 0.4 296.38 0.95 0.31
Hex 90 4 99 6 61 0 28 128 5F 1F
Octal 220 4 231 6 141 0 50 450 137 37
Binary 10010000 100 10011001 110 1100001 0 101000 100101000 1011111 11111

Color Harmonies of #900499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900499

Black with #900499

Text Example


Text Example

White with #900499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900499; }

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

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

background-color css

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

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

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

border-color css

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

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

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