Html Css Color HEX #9F55AD Deep Lilac

📋 copy color: '#9F55AD'

red 159 ◦ green 85 ◦ blue 173

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

Shades of Deep Lilac #9F55AD

Tints of Deep Lilac #9F55AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

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

R = 38.13%
G = 20.38%
B = 41.49%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F55AD (or 0x9F55AD) is known color: Deep Lilac. HEX triplet: 9F, 55 and AD. RGB value is (159,85,173). Sum of RGB (Red+Green+Blue) = 159+85+173=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F55AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F55AD is #60AA52. Grayscale: #747474. Windows color (decimal): -6335059 or 11359647. OLE color: 11359647.

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

Color convert

RGB 159 85 173 -
CMYK 0.08 0.51 0 0.32
HSL 290.45º 0.35% 0.51% -
HSV(B) 290.45º 0.51% 0.68% -
XYZ 25.09 16.89 41.47 -
YUV 117.16 159.52 157.84 -
System Red Green Blue C M Y K H S L
Decimal 159 85 173 0.08 0.51 0 0.32 290.45 0.35 0.51
Hex 9F 55 AD 8 33 0 20 122 23 33
Octal 237 125 255 10 63 0 40 442 43 63
Binary 10011111 1010101 10101101 1000 110011 0 100000 100100010 100011 110011

Color Harmonies of #9F55AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F55AD

Black with #9F55AD

Text Example


Text Example

White with #9F55AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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