#935DBD

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

Shades of Deep Lilac #935DBD

Tints of Deep Lilac #935DBD

Color information

#935DBD (or 0x935DBD) is unknown color: approx Deep Lilac. HEX triplet: 93, 5D and BD. RGB value is (147,93,189). Sum of RGB (Red+Green+Blue) = 147+93+189=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #935DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DBD is #6CA242. Grayscale: #777777. Windows color (decimal): -7119427 or 12410259. OLE color: 12410259.

HSL color Cylindrical-coordinate representation of color #935DBD: hue angle of 273.75º 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 #935DBD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14793189-
CMYK0.220.5100.26
HSL273.75º42.11%55.29%-
HSV(B)273.75º50.79%74.12%-
XYZ25.1317.7150.24-
YUV120.09166.89147.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 93 (36.72% from 255) = 21.68%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=34.27%
G=21.68%
B=44.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147931890.220.5100.26273.7542.1155.29
Hex935DBD163301A1122a37
Octal22313527526630324225267
Binary1001001110111011011110110110110011011010100010010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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