#935EBB

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

Shades of Deep Lilac #935EBB

Tints of Deep Lilac #935EBB

Color information

#935EBB (or 0x935EBB) is unknown color: approx Deep Lilac. HEX triplet: 93, 5E and BB. RGB value is (147,94,187). Sum of RGB (Red+Green+Blue) = 147+94+187=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 94 (37.11% from 255 or 21.96% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #935EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EBB is #6CA144. Grayscale: #787878. Windows color (decimal): -7119173 or 12279443. OLE color: 12279443.

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

Color convert

RGB14794187-
CMYK0.210.5000.27
HSL274.19º40.61%55.1%-
HSV(B)274.19º49.73%73.33%-
XYZ2517.849.13-
YUV120.45165.56146.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 94 (37.11% from 255) = 21.96%
BLUE value IS 187 (73.44% from 255) = 43.69%
R=34.35%
G=21.96%
B=43.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147941870.210.5000.27274.1940.6155.1
Hex935EBB153201B1122937
Octal22313627325620334225167
Binary1001001110111101011101110101110010011011100010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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