#900E9E

Color #900E9E Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #900E9E

Tints of Dark Magenta #900E9E

Color information

#900E9E (or 0x900E9E) is unknown color: approx Dark Magenta. HEX triplet: 90, 0E and 9E. RGB value is (144,14,158). Sum of RGB (Red+Green+Blue) = 144+14+158=316 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.57% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #900E9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900E9E is #6FF161. Grayscale: #444444. Windows color (decimal): -7336290 or 10358416. OLE color: 10358416.

HSL color Cylindrical-coordinate representation of color #900E9E: hue angle of 294.17º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900E9E is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14414158-
CMYK0.090.9100.38
HSL294.17º83.72%33.73%-
HSV(B)294.17º91.14%61.96%-
XYZ17.838.7133.09-
YUV69.29178.07181.29-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.57%
GREEN value IS 14 (5.86% from 255) = 4.43%
BLUE value IS 158 (62.11% from 255) = 50%
R=45.57%
G=4.43%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal144141580.090.9100.38294.1783.7233.73
Hex90E9E95B0261265422
Octal220162361113304644612442
Binary100100001110100111101001101101101001101001001101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #900E9E;
 }
 .AnyTagClassName
 {
   color: #900E9E;
 }
</style>
background-color css

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

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

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

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

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

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