Html Css Color HEX #900E89 Dark Magenta

📋 copy color: '#900E89'

red 144 ◦ green 14 ◦ blue 137

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

Shades of Dark Magenta #900E89

Tints of Dark Magenta #900E89

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.75%

 BLUE value IS 137 (53.91% from 255) = 46.44%

R = 48.81%
G = 4.75%
B = 46.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#900E89 (or 0x900E89) is known color: Dark Magenta. HEX triplet: 90, 0E and 89. RGB value is (144,14,137). Sum of RGB (Red+Green+Blue) = 144+14+137=295 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.81% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 144 - color contains mainly: red. Hex color #900E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900E89 is #6FF176. Grayscale: #424242. Windows color (decimal): -7336311 or 8982160. OLE color: 8982160.

HSL color Cylindrical-coordinate representation of color #900E89: hue angle of 303.23º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E89 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 14 137 -
CMYK 0 0.90 0.05 0.44
HSL 303.23º 0.82% 0.31% -
HSV(B) 303.23º 0.9% 0.56% -
XYZ 16.17 8.05 24.37 -
YUV 66.89 167.57 183 -
System Red Green Blue C M Y K H S L
Decimal 144 14 137 0 0.90 0.05 0.44 303.23 0.82 0.31
Hex 90 E 89 0 5A 5 2C 12F 52 1F
Octal 220 16 211 0 132 5 54 457 122 37
Binary 10010000 1110 10001001 0 1011010 101 101100 100101111 1010010 11111

Color Harmonies of #900E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900E89

Black with #900E89

Text Example


Text Example

White with #900E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900E89; }

 p { color: rgb(144,14,137); }

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

background-color css

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

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

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

border-color css

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

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

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