#900E79

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

Shades of Dark Purple #900E79

Tints of Dark Purple #900E79

Color information

#900E79 (or 0x900E79) is unknown color: approx Dark Purple. HEX triplet: 90, 0E and 79. RGB value is (144,14,121). Sum of RGB (Red+Green+Blue) = 144+14+121=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #900E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E79 is #6FF186. Grayscale: #404040. Windows color (decimal): -7336327 or 7933584. OLE color: 7933584.

HSL color Cylindrical-coordinate representation of color #900E79: hue angle of 310.62º 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 #900E79 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14414121-
CMYK00.900.160.44
HSL310.62º82.28%30.98%-
HSV(B)310.62º90.28%56.47%-
XYZ15.117.6218.76-
YUV65.07159.57184.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.61%
GREEN value IS 14 (5.86% from 255) = 5.02%
BLUE value IS 121 (47.66% from 255) = 43.37%
R=51.61%
G=5.02%
B=43.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441412100.900.160.44310.6282.2830.98
Hex90E7905A102C137521f
Octal220161710132205446712237
Binary10010000111011110010101101010000101100100110111101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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