#900DAE

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

Shades of Dark Violet #900DAE

Tints of Dark Violet #900DAE

Color information

#900DAE (or 0x900DAE) is unknown color: approx Dark Violet. HEX triplet: 90, 0D and AE. RGB value is (144,13,174). Sum of RGB (Red+Green+Blue) = 144+13+174=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #900DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900DAE is #6FF251. Grayscale: #464646. Windows color (decimal): -7336530 or 11406736. OLE color: 11406736.

HSL color Cylindrical-coordinate representation of color #900DAE: hue angle of 288.82º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900DAE is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14413174-
CMYK0.170.9300.32
HSL288.82º86.1%36.67%-
HSV(B)288.82º92.53%68.24%-
XYZ19.299.2740.82-
YUV70.52186.4180.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 13 (5.47% from 255) = 3.93%
BLUE value IS 174 (68.36% from 255) = 52.57%
R=43.50%
G=3.93%
B=52.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144131740.170.9300.32288.8286.136.67
Hex90DAE115D0201215625
Octal220152562113504044112645
Binary1001000011011010111010001101110101000001001000011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,13,174); }

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

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

 a { background-color: rgb(144,13,174); }

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

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

 span { border-color: rgb(144,13,174); }

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