Html Css Color HEX #9349AC Deep Lilac

📋 copy color: '#9349AC'

red 147 ◦ green 73 ◦ blue 172

#9349AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #9349AC

Tints of Deep Lilac #9349AC

RGB

 RED value IS 147 (57.81% from 255) = 37.5%

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 37.5%
G = 18.62%
B = 43.88%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9349AC (or 0x9349AC) is known color: Deep Lilac. HEX triplet: 93, 49 and AC. RGB value is (147,73,172). Sum of RGB (Red+Green+Blue) = 147+73+172=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #9349AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9349AC is #6CB653. Grayscale: #6A6A6A. Windows color (decimal): -7124564 or 11291027. OLE color: 11291027.

HSL color Cylindrical-coordinate representation of color #9349AC: hue angle of 284.85º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9349AC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 73 172 -
CMYK 0.15 0.58 0 0.33
HSL 284.85º 0.4% 0.48% -
HSV(B) 284.85º 0.58% 0.67% -
XYZ 21.86 13.95 40.57 -
YUV 106.41 165.02 156.95 -
System Red Green Blue C M Y K H S L
Decimal 147 73 172 0.15 0.58 0 0.33 284.85 0.4 0.48
Hex 93 49 AC F 3A 0 21 11D 28 30
Octal 223 111 254 17 72 0 41 435 50 60
Binary 10010011 1001001 10101100 1111 111010 0 100001 100011101 101000 110000

Color Harmonies of #9349AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9349AC

Black with #9349AC

Text Example


Text Example

White with #9349AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9349AC; }

 p { color: rgb(147,73,172); }

 H1.HeaderClassName
 {
   color: #9349AC;
 }
 .AnyTagClassName
 {
   color: #9349AC;
 }
</style>

background-color css

<style>
 a { background-color: #9349AC; }

 a { background-color: rgb(147,73,172); }

 div.DivClassName
 {
   background-color: #9349AC;
 }
 .BgClassName
 {
   background-color: #9349AC;
 }
</style>

border-color css

<style>
 span { border-color: #9349AC; }

 span { border-color: rgb(147,73,172); }

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