#935FBA

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

Shades of Deep Lilac #935FBA

Tints of Deep Lilac #935FBA

Color information

#935FBA (or 0x935FBA) is unknown color: approx Deep Lilac. HEX triplet: 93, 5F and BA. RGB value is (147,95,186). Sum of RGB (Red+Green+Blue) = 147+95+186=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #935FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FBA is #6CA045. Grayscale: #787878. Windows color (decimal): -7118918 or 12214163. OLE color: 12214163.

HSL color Cylindrical-coordinate representation of color #935FBA: hue angle of 274.29º 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 #935FBA is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14795186-
CMYK0.210.4900.27
HSL274.29º39.74%55.1%-
HSV(B)274.29º48.92%72.94%-
XYZ24.9917.9348.6-
YUV120.92164.73146.6-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=34.35%
G=22.20%
B=43.46%

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
Decimal147951860.210.4900.27274.2939.7455.1
Hex935FBA153101B1122837
Octal22313727225610334225067
Binary1001001110111111011101010101110001011011100010010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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