#935BBA

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

Shades of Deep Lilac #935BBA

Tints of Deep Lilac #935BBA

Color information

#935BBA (or 0x935BBA) is unknown color: approx Deep Lilac. HEX triplet: 93, 5B and BA. RGB value is (147,91,186). Sum of RGB (Red+Green+Blue) = 147+91+186=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 91 (35.94% from 255 or 21.46% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #935BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #935BBA is #6CA445. Grayscale: #767676. Windows color (decimal): -7119942 or 12213139. OLE color: 12213139.

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

Color convert

RGB14791186-
CMYK0.210.5100.27
HSL275.37º40.77%54.31%-
HSV(B)275.37º51.08%72.94%-
XYZ24.6417.2348.48-
YUV118.57166.05148.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 91 (35.94% from 255) = 21.46%
BLUE value IS 186 (73.05% from 255) = 43.87%
R=34.67%
G=21.46%
B=43.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal147911860.210.5100.27275.3740.7754.31
Hex935BBA153301B1132936
Octal22313327225630334235166
Binary1001001110110111011101010101110011011011100010011101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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