Html Css Color HEX #9F49AD Deep Lilac

📋 copy color: '#9F49AD'

red 159 ◦ green 73 ◦ blue 173

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

Shades of Deep Lilac #9F49AD

Tints of Deep Lilac #9F49AD

RGB

 RED value IS 159 (62.5% from 255) = 39.26%

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

 BLUE value IS 173 (67.97% from 255) = 42.72%

R = 39.26%
G = 18.02%
B = 42.72%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F49AD (or 0x9F49AD) is known color: Deep Lilac. HEX triplet: 9F, 49 and AD. RGB value is (159,73,173). Sum of RGB (Red+Green+Blue) = 159+73+173=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F49AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F49AD is #60B652. Grayscale: #6D6D6D. Windows color (decimal): -6338131 or 11356575. OLE color: 11356575.

HSL color Cylindrical-coordinate representation of color #9F49AD: hue angle of 291.6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F49AD is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 73 173 -
CMYK 0.08 0.58 0 0.32
HSL 291.6º 0.41% 0.48% -
HSV(B) 291.6º 0.58% 0.68% -
XYZ 24.22 15.15 41.18 -
YUV 110.11 163.49 162.87 -
System Red Green Blue C M Y K H S L
Decimal 159 73 173 0.08 0.58 0 0.32 291.6 0.41 0.48
Hex 9F 49 AD 8 3A 0 20 124 29 30
Octal 237 111 255 10 72 0 40 444 51 60
Binary 10011111 1001001 10101101 1000 111010 0 100000 100100100 101001 110000

Color Harmonies of #9F49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F49AD

Black with #9F49AD

Text Example


Text Example

White with #9F49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F49AD; }

 p { color: rgb(159,73,173); }

 H1.HeaderClassName
 {
   color: #9F49AD;
 }
 .AnyTagClassName
 {
   color: #9F49AD;
 }
</style>

background-color css

<style>
 a { background-color: #9F49AD; }

 a { background-color: rgb(159,73,173); }

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

border-color css

<style>
 span { border-color: #9F49AD; }

 span { border-color: rgb(159,73,173); }

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