Html Css Color HEX #900190 Dark Magenta

📋 copy color: '#900190'

red 144 ◦ green 1 ◦ blue 144

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

Shades of Dark Magenta #900190

Tints of Dark Magenta #900190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 49.83%
G = 0.35%
B = 49.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#900190 (or 0x900190) is known color: Dark Magenta. HEX triplet: 90, 01 and 90. RGB value is (144,1,144). Sum of RGB (Red+Green+Blue) = 144+1+144=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: red, blue. Hex color #900190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900190 is #6FFE6F. Grayscale: #3B3B3B. Windows color (decimal): -7339632 or 9437584. OLE color: 9437584.

HSL color Cylindrical-coordinate representation of color #900190: hue angle of 300º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900190 is Cyan = 0, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 1 144 -
CMYK 0 0.99 0 0.44
HSL 300º 0.99% 0.28% -
HSV(B) 300º 0.99% 0.56% -
XYZ 16.55 7.96 27.05 -
YUV 60.06 175.38 187.87 -
System Red Green Blue C M Y K H S L
Decimal 144 1 144 0 0.99 0 0.44 300 0.99 0.28
Hex 90 1 90 0 63 0 2C 12C 63 1C
Octal 220 1 220 0 143 0 54 454 143 34
Binary 10010000 1 10010000 0 1100011 0 101100 100101100 1100011 11100

Color Harmonies of #900190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900190

Black with #900190

Text Example


Text Example

White with #900190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900190; }

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

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

background-color css

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

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

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

border-color css

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

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

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