#935EBC

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

Shades of Deep Lilac #935EBC

Tints of Deep Lilac #935EBC

Color information

#935EBC (or 0x935EBC) is unknown color: approx Deep Lilac. HEX triplet: 93, 5E and BC. RGB value is (147,94,188). Sum of RGB (Red+Green+Blue) = 147+94+188=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #935EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EBC is #6CA143. Grayscale: #787878. Windows color (decimal): -7119172 or 12344979. OLE color: 12344979.

HSL color Cylindrical-coordinate representation of color #935EBC: hue angle of 273.83º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #935EBC is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14794188-
CMYK0.220.5000.26
HSL273.83º41.23%55.29%-
HSV(B)273.83º50%73.73%-
XYZ25.1117.8449.7-
YUV120.56166.06146.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=34.27%
G=21.91%
B=43.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal147941880.220.5000.26273.8341.2355.29
Hex935EBC163201A1122937
Octal22313627426620324225167
Binary1001001110111101011110010110110010011010100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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