#905DBD

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

Shades of Deep Lilac #905DBD

Tints of Deep Lilac #905DBD

Color information

#905DBD (or 0x905DBD) is unknown color: approx Deep Lilac. HEX triplet: 90, 5D and BD. RGB value is (144,93,189). Sum of RGB (Red+Green+Blue) = 144+93+189=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #905DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DBD is #6FA242. Grayscale: #767676. Windows color (decimal): -7316035 or 12410256. OLE color: 12410256.

HSL color Cylindrical-coordinate representation of color #905DBD: hue angle of 271.88º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #905DBD is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14493189-
CMYK0.240.5100.26
HSL271.88º42.11%55.29%-
HSV(B)271.88º50.79%74.12%-
XYZ24.617.4350.21-
YUV119.19167.4145.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 93 (36.72% from 255) = 21.83%
BLUE value IS 189 (74.22% from 255) = 44.37%
R=33.80%
G=21.83%
B=44.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal144931890.240.5100.26271.8842.1155.29
Hex905DBD183301A1102a37
Octal22013527530630324205267
Binary1001000010111011011110111000110011011010100010000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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