#935DBC

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

Shades of Deep Lilac #935DBC

Tints of Deep Lilac #935DBC

Color information

#935DBC (or 0x935DBC) is unknown color: approx Deep Lilac. HEX triplet: 93, 5D and BC. RGB value is (147,93,188). Sum of RGB (Red+Green+Blue) = 147+93+188=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 93 (36.72% from 255 or 21.73% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #935DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935DBC is #6CA243. Grayscale: #777777. Windows color (decimal): -7119428 or 12344723. OLE color: 12344723.

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

Color convert

RGB14793188-
CMYK0.220.5100.26
HSL274.11º41.48%55.1%-
HSV(B)274.11º50.53%73.73%-
XYZ25.0217.6649.67-
YUV119.98166.39147.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 93 (36.72% from 255) = 21.73%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=34.35%
G=21.73%
B=43.93%

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
Decimal147931880.220.5100.26274.1141.4855.1
Hex935DBC163301A1122937
Octal22313527426630324225167
Binary1001001110111011011110010110110011011010100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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