#934ACB

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

Shades of Deep Lilac #934ACB

Tints of Deep Lilac #934ACB

Color information

#934ACB (or 0x934ACB) is unknown color: approx Deep Lilac. HEX triplet: 93, 4A and CB. RGB value is (147,74,203). Sum of RGB (Red+Green+Blue) = 147+74+203=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #934ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934ACB is #6CB534. Grayscale: #6E6E6E. Windows color (decimal): -7124277 or 13322899. OLE color: 13322899.

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

Color convert

RGB14774203-
CMYK0.280.6400.20
HSL273.95º55.36%54.31%-
HSV(B)273.95º63.55%79.61%-
XYZ25.2615.4158.14-
YUV110.53180.18154.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 74 (29.30% from 255) = 17.45%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=34.67%
G=17.45%
B=47.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147742030.280.6400.20273.9555.3654.31
Hex934ACB1C400141123736
Octal223112313341000244226766
Binary10010011100101011001011111001000000010100100010010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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