#934DCD

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

Shades of Deep Lilac #934DCD

Tints of Deep Lilac #934DCD

Color information

#934DCD (or 0x934DCD) is unknown color: approx Deep Lilac. HEX triplet: 93, 4D and CD. RGB value is (147,77,205). Sum of RGB (Red+Green+Blue) = 147+77+205=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #934DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #934DCD is #6CB232. Grayscale: #707070. Windows color (decimal): -7123507 or 13454739. OLE color: 13454739.

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

Color convert

RGB14777205-
CMYK0.280.6200.20
HSL272.81º56.14%55.29%-
HSV(B)272.81º62.44%80.39%-
XYZ25.7115.9259.48-
YUV112.52180.19152.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.27%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=34.27%
G=17.95%
B=47.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal147772050.280.6200.20272.8156.1455.29
Hex934DCD1C3E0141113837
Octal22311531534760244217067
Binary1001001110011011100110111100111110010100100010001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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