Html Css Color HEX #900E96 Dark Magenta

📋 copy color: '#900E96'

red 144 ◦ green 14 ◦ blue 150

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

Shades of Dark Magenta #900E96

Tints of Dark Magenta #900E96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 48.7%

R = 46.75%
G = 4.55%
B = 48.7%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#900E96 (or 0x900E96) is known color: Dark Magenta. HEX triplet: 90, 0E and 96. RGB value is (144,14,150). Sum of RGB (Red+Green+Blue) = 144+14+150=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #900E96 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900E96 is #6FF169. Grayscale: #434343. Windows color (decimal): -7336298 or 9834128. OLE color: 9834128.

HSL color Cylindrical-coordinate representation of color #900E96: hue angle of 297.35º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900E96 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 144 14 150 -
CMYK 0.04 0.91 0 0.41
HSL 297.35º 0.83% 0.32% -
HSV(B) 297.35º 0.91% 0.59% -
XYZ 17.16 8.45 29.58 -
YUV 68.37 174.07 181.94 -
System Red Green Blue C M Y K H S L
Decimal 144 14 150 0.04 0.91 0 0.41 297.35 0.83 0.32
Hex 90 E 96 4 5B 0 29 129 53 20
Octal 220 16 226 4 133 0 51 451 123 40
Binary 10010000 1110 10010110 100 1011011 0 101001 100101001 1010011 100000

Color Harmonies of #900E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900E96

Black with #900E96

Text Example


Text Example

White with #900E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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