#933BAE

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

Shades of Deep Lilac #933BAE

Tints of Deep Lilac #933BAE

Color information

#933BAE (or 0x933BAE) is unknown color: approx Deep Lilac. HEX triplet: 93, 3B and AE. RGB value is (147,59,174). Sum of RGB (Red+Green+Blue) = 147+59+174=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #933BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933BAE is #6CC451. Grayscale: #626262. Windows color (decimal): -7128146 or 11418515. OLE color: 11418515.

HSL color Cylindrical-coordinate representation of color #933BAE: hue angle of 285.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #933BAE is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14759174-
CMYK0.160.6600.32
HSL285.91º49.36%45.69%-
HSV(B)285.91º66.09%68.24%-
XYZ21.2412.3941.32-
YUV98.42170.65162.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 59 (23.44% from 255) = 15.53%
BLUE value IS 174 (68.36% from 255) = 45.79%
R=38.68%
G=15.53%
B=45.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147591740.160.6600.32285.9149.3645.69
Hex933BAE104202011e312e
Octal22373256201020404366156
Binary10010011111011101011101000010000100100000100011110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #933BAE; }

 p { color: rgb(147,59,174); }

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

<style>
 a { background-color: #933BAE; }

 a { background-color: rgb(147,59,174); }

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

<style>
 span { border-color: #933BAE; }

 span { border-color: rgb(147,59,174); }

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