Html Css Color HEX #900199 Dark Magenta

📋 copy color: '#900199'

red 144 ◦ green 1 ◦ blue 153

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

Shades of Dark Magenta #900199

Tints of Dark Magenta #900199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 48.32%
G = 0.34%
B = 51.34%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#900199 (or 0x900199) is known color: Dark Magenta. HEX triplet: 90, 01 and 99. RGB value is (144,1,153). Sum of RGB (Red+Green+Blue) = 144+1+153=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #900199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900199 is #6FFE66. Grayscale: #3C3C3C. Windows color (decimal): -7339623 or 10027408. OLE color: 10027408.

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

Color convert

RGB 144 1 153 -
CMYK 0.06 0.99 0 0.4
HSL 296.45º 0.99% 0.3% -
HSV(B) 296.45º 0.99% 0.6% -
XYZ 17.26 8.25 30.82 -
YUV 61.09 179.88 187.14 -
System Red Green Blue C M Y K H S L
Decimal 144 1 153 0.06 0.99 0 0.4 296.45 0.99 0.3
Hex 90 1 99 6 63 0 28 128 63 1E
Octal 220 1 231 6 143 0 50 450 143 36
Binary 10010000 1 10011001 110 1100011 0 101000 100101000 1100011 11110

Color Harmonies of #900199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900199

Black with #900199

Text Example


Text Example

White with #900199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900199; }

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

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

background-color css

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

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

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

border-color css

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

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

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