#934BBE

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

Shades of Deep Lilac #934BBE

Tints of Deep Lilac #934BBE

Color information

#934BBE (or 0x934BBE) is unknown color: approx Deep Lilac. HEX triplet: 93, 4B and BE. RGB value is (147,75,190). Sum of RGB (Red+Green+Blue) = 147+75+190=412 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.68% from 412); Green value is 75 (29.69% from 255 or 18.20% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #934BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934BBE is #6CB441. Grayscale: #6D6D6D. Windows color (decimal): -7124034 or 12471187. OLE color: 12471187.

HSL color Cylindrical-coordinate representation of color #934BBE: hue angle of 277.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #934BBE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14775190-
CMYK0.230.6100.25
HSL277.57º46.94%51.96%-
HSV(B)277.57º60.53%74.51%-
XYZ23.8414.9550.34-
YUV109.64173.35154.65-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.68%
GREEN value IS 75 (29.69% from 255) = 18.20%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=35.68%
G=18.20%
B=46.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal147751900.230.6100.25277.5746.9451.96
Hex934BBE173D0191162f34
Octal22311327627750314265764
Binary1001001110010111011111010111111101011001100010110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,75,190); }

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

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

 a { background-color: rgb(147,75,190); }

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

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

 span { border-color: rgb(147,75,190); }

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