#934FB6

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

Shades of Deep Lilac #934FB6

Tints of Deep Lilac #934FB6

Color information

#934FB6 (or 0x934FB6) is unknown color: approx Deep Lilac. HEX triplet: 93, 4F and B6. RGB value is (147,79,182). Sum of RGB (Red+Green+Blue) = 147+79+182=408 (54% of max value = 765). Red value is 147 (57.81% from 255 or 36.03% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #934FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FB6 is #6CB049. Grayscale: #6E6E6E. Windows color (decimal): -7123018 or 11947923. OLE color: 11947923.

HSL color Cylindrical-coordinate representation of color #934FB6: hue angle of 279.61º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #934FB6 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14779182-
CMYK0.190.5700.29
HSL279.61º41.37%51.18%-
HSV(B)279.61º56.59%71.37%-
XYZ23.2715.1745.96-
YUV111.07168.03153.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.03%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 182 (71.48% from 255) = 44.61%
R=36.03%
G=19.36%
B=44.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal147791820.190.5700.29279.6141.3751.18
Hex934FB6133901D1182933
Octal22311726623710354305163
Binary1001001110011111011011010011111001011101100011000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,79,182); }

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

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

 a { background-color: rgb(147,79,182); }

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

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

 span { border-color: rgb(147,79,182); }

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