Html Css Color HEX #9349BA Deep Lilac

📋 copy color: '#9349BA'

red 147 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #9349BA

Tints of Deep Lilac #9349BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 36.21%
G = 17.98%
B = 45.81%

CMYK

 C value IS 0.21

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9349BA (or 0x9349BA) is known color: Deep Lilac. HEX triplet: 93, 49 and BA. RGB value is (147,73,186). Sum of RGB (Red+Green+Blue) = 147+73+186=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #9349BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349BA is #6CB645. Grayscale: #6B6B6B. Windows color (decimal): -7124550 or 12208531. OLE color: 12208531.

HSL color Cylindrical-coordinate representation of color #9349BA: hue angle of 279.29º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9349BA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 147 73 186 -
CMYK 0.21 0.61 0 0.27
HSL 279.29º 0.45% 0.51% -
HSV(B) 279.29º 0.61% 0.73% -
XYZ 23.28 14.51 48.03 -
YUV 108.01 172.02 155.81 -
System Red Green Blue C M Y K H S L
Decimal 147 73 186 0.21 0.61 0 0.27 279.29 0.45 0.51
Hex 93 49 BA 15 3D 0 1B 117 2D 33
Octal 223 111 272 25 75 0 33 427 55 63
Binary 10010011 1001001 10111010 10101 111101 0 11011 100010111 101101 110011

Color Harmonies of #9349BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9349BA

Black with #9349BA

Text Example


Text Example

White with #9349BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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