#9344C2

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

Shades of Deep Lilac #9344C2

Tints of Deep Lilac #9344C2

Color information

#9344C2 (or 0x9344C2) is unknown color: approx Deep Lilac. HEX triplet: 93, 44 and C2. RGB value is (147,68,194). Sum of RGB (Red+Green+Blue) = 147+68+194=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 68 (26.95% from 255 or 16.63% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #9344C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344C2 is #6CBB3D. Grayscale: #696969. Windows color (decimal): -7125822 or 12731539. OLE color: 12731539.

HSL color Cylindrical-coordinate representation of color #9344C2: hue angle of 277.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9344C2 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14768194-
CMYK0.240.6500.24
HSL277.62º50.81%51.37%-
HSV(B)277.62º64.95%76.08%-
XYZ23.8414.2352.53-
YUV105.98177.67157.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 68 (26.95% from 255) = 16.63%
BLUE value IS 194 (76.17% from 255) = 47.43%
R=35.94%
G=16.63%
B=47.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal147681940.240.6500.24277.6250.8151.37
Hex9344C218410181163333
Octal223104302301010304266363
Binary10010011100010011000010110001000001011000100010110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9344C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9344C2; }

 p { color: rgb(147,68,194); }

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

<style>
 a { background-color: #9344C2; }

 a { background-color: rgb(147,68,194); }

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

<style>
 span { border-color: #9344C2; }

 span { border-color: rgb(147,68,194); }

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