#934DCA

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

Shades of Deep Lilac #934DCA

Tints of Deep Lilac #934DCA

Color information

#934DCA (or 0x934DCA) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and CA. RGB value is (147,77,202). Sum of RGB (Red+Green+Blue) = 147+77+202=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #934DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DCA is #6CB235. Grayscale: #6F6F6F. Windows color (decimal): -7123510 or 13258131. OLE color: 13258131.

HSL color Cylindrical-coordinate representation of color #934DCA: hue angle of 273.6º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #934DCA is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14777202-
CMYK0.270.6200.21
HSL273.6º54.11%54.71%-
HSV(B)273.6º61.88%79.22%-
XYZ25.3515.7857.59-
YUV112.18178.69152.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.51%
GREEN value IS 77 (30.47% from 255) = 18.08%
BLUE value IS 202 (79.30% from 255) = 47.42%
R=34.51%
G=18.08%
B=47.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal147772020.270.6200.21273.654.1154.71
Hex934DCA1B3E0151123637
Octal22311531233760254226667
Binary1001001110011011100101011011111110010101100010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934DCA; }

 p { color: rgb(147,77,202); }

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

<style>
 a { background-color: #934DCA; }

 a { background-color: rgb(147,77,202); }

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

<style>
 span { border-color: #934DCA; }

 span { border-color: rgb(147,77,202); }

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