#905BAE

Color #905BAE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #905BAE

Tints of Deep Lilac #905BAE

Color information

#905BAE (or 0x905BAE) is unknown color: approx Deep Lilac. HEX triplet: 90, 5B and AE. RGB value is (144,91,174). Sum of RGB (Red+Green+Blue) = 144+91+174=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #905BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905BAE is #6FA451. Grayscale: #747474. Windows color (decimal): -7316562 or 11426704. OLE color: 11426704.

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

Color convert

RGB14491174-
CMYK0.170.4800.32
HSL278.31º33.88%51.96%-
HSV(B)278.31º47.7%68.24%-
XYZ22.8816.4742.02-
YUV116.31160.56147.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 91 (35.94% from 255) = 22.25%
BLUE value IS 174 (68.36% from 255) = 42.54%
R=35.21%
G=22.25%
B=42.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144911740.170.4800.32278.3133.8851.96
Hex905BAE11300201162234
Octal22013325621600404264264
Binary10010000101101110101110100011100000100000100010110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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