#934AC8

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

Shades of Deep Lilac #934AC8

Tints of Deep Lilac #934AC8

Color information

#934AC8 (or 0x934AC8) is unknown color: approx Deep Lilac. HEX triplet: 93, 4A and C8. RGB value is (147,74,200). Sum of RGB (Red+Green+Blue) = 147+74+200=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 200 - color contains mainly: blue. Hex color #934AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #934AC8 is #6CB537. Grayscale: #6D6D6D. Windows color (decimal): -7124280 or 13126291. OLE color: 13126291.

HSL color Cylindrical-coordinate representation of color #934AC8: hue angle of 274.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #934AC8 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14774200-
CMYK0.260.6300.22
HSL274.76º53.39%53.73%-
HSV(B)274.76º63%78.43%-
XYZ24.9115.2756.28-
YUV110.19178.68154.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.92%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 200 (78.52% from 255) = 47.51%
R=34.92%
G=17.58%
B=47.51%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147742000.260.6300.22274.7653.3953.73
Hex934AC81A3F0161133536
Octal22311231032770264236566
Binary1001001110010101100100011010111111010110100010011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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