#9348af

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

Shades of Deep Lilac #9348AF

Tints of Deep Lilac #9348AF

Color information

#9348AF (or 0x9348AF) is unknown color: approx Deep Lilac. HEX triplet: 93, 48 and AF. RGB value is (147,72,175). Sum of RGB (Red+Green+Blue) = 147+72+175=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #9348AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9348AF is #6CB750. Grayscale: #696969. Windows color (decimal): -7124817 or 11487379. OLE color: 11487379.

HSL color Cylindrical-coordinate representation of color #9348AF: hue angle of 283.69º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9348AF is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14772175-
CMYK0.160.5900.31
HSL283.69º41.7%48.43%-
HSV(B)283.69º58.86%68.63%-
XYZ22.0913.9342.08-
YUV106.17166.85157.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 175 (68.75% from 255) = 44.42%
R=37.31%
G=18.27%
B=44.42%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal147721750.160.5900.31283.6941.748.43
Hex9348AF103B01F11c2a30
Octal22311025720730374345260
Binary1001001110010001010111110000111011011111100011100101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9348af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9348af; }

 p { color: rgb(147,72,175); }

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

<style>
 a { background-color: #9348af; }

 a { background-color: rgb(147,72,175); }

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

<style>
 span { border-color: #9348af; }

 span { border-color: rgb(147,72,175); }

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