#9344c4

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

Shades of Deep Lilac #9344C4

Tints of Deep Lilac #9344C4

Color information

#9344C4 (or 0x9344C4) is unknown color: approx Deep Lilac. HEX triplet: 93, 44 and C4. RGB value is (147,68,196). Sum of RGB (Red+Green+Blue) = 147+68+196=411 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.77% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 196 (76.95% from 255 or 47.69% from 411); Max value from RGB is 196 - color contains mainly: blue. Hex color #9344C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344C4 is #6CBB3B. Grayscale: #696969. Windows color (decimal): -7125820 or 12862611. OLE color: 12862611.

HSL color Cylindrical-coordinate representation of color #9344C4: hue angle of 277.03º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9344C4 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14768196-
CMYK0.250.6500.23
HSL277.03º52.03%51.76%-
HSV(B)277.03º65.31%76.86%-
XYZ24.0614.3253.72-
YUV106.21178.67157.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.77%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 196 (76.95% from 255) = 47.69%
R=35.77%
G=16.55%
B=47.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal147681960.250.6500.23277.0352.0351.76
Hex9344C419410171153434
Octal223104304311010274256464
Binary10010011100010011000100110011000001010111100010101110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9344c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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