#935EB4

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

Shades of Deep Lilac #935EB4

Tints of Deep Lilac #935EB4

Color information

#935EB4 (or 0x935EB4) is unknown color: approx Deep Lilac. HEX triplet: 93, 5E and B4. RGB value is (147,94,180). Sum of RGB (Red+Green+Blue) = 147+94+180=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 180 (70.70% from 255 or 42.76% from 421); Max value from RGB is 180 - color contains mainly: blue. Hex color #935EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935EB4 is #6CA14B. Grayscale: #777777. Windows color (decimal): -7119180 or 11820691. OLE color: 11820691.

HSL color Cylindrical-coordinate representation of color #935EB4: hue angle of 276.98º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #935EB4 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14794180-
CMYK0.180.4800.29
HSL276.98º36.44%53.73%-
HSV(B)276.98º47.78%70.59%-
XYZ24.2717.545.28-
YUV119.65162.06147.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 180 (70.70% from 255) = 42.76%
R=34.92%
G=22.33%
B=42.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147941800.180.4800.29276.9836.4453.73
Hex935EB4123001D1152436
Octal22313626422600354254466
Binary1001001110111101011010010010110000011101100010101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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