#935FBE

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

Shades of Deep Lilac #935FBE

Tints of Deep Lilac #935FBE

Color information

#935FBE (or 0x935FBE) is unknown color: approx Deep Lilac. HEX triplet: 93, 5F and BE. RGB value is (147,95,190). Sum of RGB (Red+Green+Blue) = 147+95+190=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #935FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935FBE is #6CA041. Grayscale: #797979. Windows color (decimal): -7118914 or 12476307. OLE color: 12476307.

HSL color Cylindrical-coordinate representation of color #935FBE: hue angle of 272.84º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #935FBE is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14795190-
CMYK0.230.500.25
HSL272.84º42.22%55.88%-
HSV(B)272.84º50%74.51%-
XYZ25.4218.1150.87-
YUV121.38166.73146.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=34.03%
G=21.99%
B=43.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147951900.230.500.25272.8442.2255.88
Hex935FBE17320191112a38
Octal22313727627620314215270
Binary1001001110111111011111010111110010011001100010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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