#900BAE

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

Shades of Dark Violet #900BAE

Tints of Dark Violet #900BAE

Color information

#900BAE (or 0x900BAE) is unknown color: approx Dark Violet. HEX triplet: 90, 0B and AE. RGB value is (144,11,174). Sum of RGB (Red+Green+Blue) = 144+11+174=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #900BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #900BAE is #6FF451. Grayscale: #444444. Windows color (decimal): -7337042 or 11406224. OLE color: 11406224.

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

Color convert

RGB14411174-
CMYK0.170.9400.32
HSL288.96º88.11%36.27%-
HSV(B)288.96º93.68%68.24%-
XYZ19.269.2240.81-
YUV69.35187.06181.25-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=43.77%
G=3.34%
B=52.89%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144111740.170.9400.32288.9688.1136.27
Hex90BAE115E0201215824
Octal220132562113604044113044
Binary1001000010111010111010001101111001000001001000011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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