#934FCB

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

Shades of Deep Lilac #934FCB

Tints of Deep Lilac #934FCB

Color information

#934FCB (or 0x934FCB) is unknown color: approx Deep Lilac. HEX triplet: 93, 4F and CB. RGB value is (147,79,203). Sum of RGB (Red+Green+Blue) = 147+79+203=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #934FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934FCB is #6CB034. Grayscale: #717171. Windows color (decimal): -7122997 or 13324179. OLE color: 13324179.

HSL color Cylindrical-coordinate representation of color #934FCB: hue angle of 272.9º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #934FCB is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14779203-
CMYK0.280.6100.20
HSL272.9º54.39%55.29%-
HSV(B)272.9º61.08%79.61%-
XYZ25.6116.1158.26-
YUV113.47178.53151.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=34.27%
G=18.41%
B=47.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147792030.280.6100.20272.954.3955.29
Hex934FCB1C3D0141113637
Octal22311731334750244216667
Binary1001001110011111100101111100111101010100100010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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