Html Css Color HEX #900091 Dark Magenta

📋 copy color: '#900091'

red 144 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #900091

Tints of Dark Magenta #900091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.83%
G = 0%
B = 50.17%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#900091 (or 0x900091) is known color: Dark Magenta. HEX triplet: 90, 00 and 91. RGB value is (144,0,145). Sum of RGB (Red+Green+Blue) = 144+0+145=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #900091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900091 is #6FFF6E. Grayscale: #3B3B3B. Windows color (decimal): -7339887 or 9502864. OLE color: 9502864.

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

Color convert

RGB 144 0 145 -
CMYK 0.01 1 0 0.43
HSL 299.59º 1% 0.28% -
HSV(B) 299.59º 1% 0.57% -
XYZ 16.61 7.97 27.45 -
YUV 59.59 176.21 188.21 -
System Red Green Blue C M Y K H S L
Decimal 144 0 145 0.01 1 0 0.43 299.59 1 0.28
Hex 90 0 91 1 64 0 2B 12C 64 1C
Octal 220 0 221 1 144 0 53 454 144 34
Binary 10010000 0 10010001 1 1100100 0 101011 100101100 1100100 11100

Color Harmonies of #900091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900091

Black with #900091

Text Example


Text Example

White with #900091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900091; }

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

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

background-color css

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

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

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

border-color css

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

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

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