#905DB4

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

Shades of Deep Lilac #905DB4

Tints of Deep Lilac #905DB4

Color information

#905DB4 (or 0x905DB4) is unknown color: approx Deep Lilac. HEX triplet: 90, 5D and B4. RGB value is (144,93,180). Sum of RGB (Red+Green+Blue) = 144+93+180=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 93 (36.72% from 255 or 22.30% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #905DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DB4 is #6FA24B. Grayscale: #757575. Windows color (decimal): -7316044 or 11820432. OLE color: 11820432.

HSL color Cylindrical-coordinate representation of color #905DB4: hue angle of 275.17º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #905DB4 is Cyan = 0.2, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14493180-
CMYK0.20.4800.29
HSL275.17º36.71%53.53%-
HSV(B)275.17º48.33%70.59%-
XYZ23.6517.0545.22-
YUV118.17162.9146.43-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 93 (36.72% from 255) = 22.30%
BLUE value IS 180 (70.70% from 255) = 43.17%
R=34.53%
G=22.30%
B=43.17%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal144931800.20.4800.29275.1736.7153.53
Hex905DB4143001D1132536
Octal22013526424600354234566
Binary1001000010111011011010010100110000011101100010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,93,180); }

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

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

 a { background-color: rgb(144,93,180); }

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

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

 span { border-color: rgb(144,93,180); }

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