#933BAD

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

Shades of Deep Lilac #933BAD

Tints of Deep Lilac #933BAD

Color information

#933BAD (or 0x933BAD) is unknown color: approx Deep Lilac. HEX triplet: 93, 3B and AD. RGB value is (147,59,173). Sum of RGB (Red+Green+Blue) = 147+59+173=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #933BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #933BAD is #6CC452. Grayscale: #616161. Windows color (decimal): -7128147 or 11352979. OLE color: 11352979.

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

Color convert

RGB14759173-
CMYK0.150.6600.32
HSL286.32º49.14%45.49%-
HSV(B)286.32º65.9%67.84%-
XYZ21.1412.3540.8-
YUV98.31170.15162.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.79%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=38.79%
G=15.57%
B=45.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal147591730.150.6600.32286.3249.1445.49
Hex933BADF4202011e312d
Octal22373255171020404366155
Binary1001001111101110101101111110000100100000100011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #933BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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