Html Css Color HEX #9F56AD Deep Lilac

📋 copy color: '#9F56AD'

red 159 ◦ green 86 ◦ blue 173

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

Shades of Deep Lilac #9F56AD

Tints of Deep Lilac #9F56AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 38.04%
G = 20.57%
B = 41.39%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F56AD (or 0x9F56AD) is known color: Deep Lilac. HEX triplet: 9F, 56 and AD. RGB value is (159,86,173). Sum of RGB (Red+Green+Blue) = 159+86+173=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F56AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F56AD is #60A952. Grayscale: #757575. Windows color (decimal): -6334803 or 11359903. OLE color: 11359903.

HSL color Cylindrical-coordinate representation of color #9F56AD: hue angle of 290.34º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F56AD is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 86 173 -
CMYK 0.08 0.50 0 0.32
HSL 290.34º 0.35% 0.51% -
HSV(B) 290.34º 0.5% 0.68% -
XYZ 25.17 17.04 41.5 -
YUV 117.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 159 86 173 0.08 0.50 0 0.32 290.34 0.35 0.51
Hex 9F 56 AD 8 32 0 20 122 23 33
Octal 237 126 255 10 62 0 40 442 43 63
Binary 10011111 1010110 10101101 1000 110010 0 100000 100100010 100011 110011

Color Harmonies of #9F56AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F56AD

Black with #9F56AD

Text Example


Text Example

White with #9F56AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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