Html Css Color HEX #900191 Dark Magenta

📋 copy color: '#900191'

red 144 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #900191

Tints of Dark Magenta #900191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50%

R = 49.66%
G = 0.34%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#900191 (or 0x900191) is known color: Dark Magenta. HEX triplet: 90, 01 and 91. RGB value is (144,1,145). Sum of RGB (Red+Green+Blue) = 144+1+145=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #900191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900191 is #6FFE6E. Grayscale: #3B3B3B. Windows color (decimal): -7339631 or 9503120. OLE color: 9503120.

HSL color Cylindrical-coordinate representation of color #900191: hue angle of 299.58º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #900191 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 144 1 145 -
CMYK 0.01 0.99 0 0.43
HSL 299.58º 0.99% 0.29% -
HSV(B) 299.58º 0.99% 0.57% -
XYZ 16.62 8 27.46 -
YUV 60.17 175.88 187.79 -
System Red Green Blue C M Y K H S L
Decimal 144 1 145 0.01 0.99 0 0.43 299.58 0.99 0.29
Hex 90 1 91 1 63 0 2B 12C 63 1D
Octal 220 1 221 1 143 0 53 454 143 35
Binary 10010000 1 10010001 1 1100011 0 101011 100101100 1100011 11101

Color Harmonies of #900191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900191

Black with #900191

Text Example


Text Example

White with #900191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900191; }

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

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

background-color css

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

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

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

border-color css

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

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

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