#9346C8

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

Shades of Deep Lilac #9346C8

Tints of Deep Lilac #9346C8

Color information

#9346C8 (or 0x9346C8) is unknown color: approx Deep Lilac. HEX triplet: 93, 46 and C8. RGB value is (147,70,200). Sum of RGB (Red+Green+Blue) = 147+70+200=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 70 (27.73% from 255 or 16.79% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #9346C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346C8 is #6CB937. Grayscale: #6B6B6B. Windows color (decimal): -7125304 or 13125267. OLE color: 13125267.

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

Color convert

RGB14770200-
CMYK0.260.6500.22
HSL275.54º54.17%52.94%-
HSV(B)275.54º65%78.43%-
XYZ24.6514.7556.19-
YUV107.84180.01155.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 70 (27.73% from 255) = 16.79%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=35.25%
G=16.79%
B=47.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal147702000.260.6500.22275.5454.1752.94
Hex9346C81A410161143635
Octal223106310321010264246665
Binary10010011100011011001000110101000001010110100010100110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9346C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9346C8; }

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

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

<style>
 a { background-color: #9346C8; }

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

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

<style>
 span { border-color: #9346C8; }

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

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