#935EBA

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

Shades of Deep Lilac #935EBA

Tints of Deep Lilac #935EBA

Color information

#935EBA (or 0x935EBA) is unknown color: approx Deep Lilac. HEX triplet: 93, 5E and BA. RGB value is (147,94,186). Sum of RGB (Red+Green+Blue) = 147+94+186=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 94 (37.11% from 255 or 22.01% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #935EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EBA is #6CA145. Grayscale: #787878. Windows color (decimal): -7119174 or 12213907. OLE color: 12213907.

HSL color Cylindrical-coordinate representation of color #935EBA: hue angle of 274.57º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #935EBA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14794186-
CMYK0.210.4900.27
HSL274.57º40%54.9%-
HSV(B)274.57º49.46%72.94%-
XYZ24.917.7548.57-
YUV120.34165.06147.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 94 (37.11% from 255) = 22.01%
BLUE value IS 186 (73.05% from 255) = 43.56%
R=34.43%
G=22.01%
B=43.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147941860.210.4900.27274.574054.9
Hex935EBA153101B1132837
Octal22313627225610334235067
Binary1001001110111101011101010101110001011011100010011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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