Html Css Color HEX #9F4DAD Deep Lilac

📋 copy color: '#9F4DAD'

red 159 ◦ green 77 ◦ blue 173

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

Shades of Deep Lilac #9F4DAD

Tints of Deep Lilac #9F4DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.83%

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

R = 38.88%
G = 18.83%
B = 42.3%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F4DAD (or 0x9F4DAD) is known color: Deep Lilac. HEX triplet: 9F, 4D and AD. RGB value is (159,77,173). Sum of RGB (Red+Green+Blue) = 159+77+173=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 77 (30.47% from 255 or 18.83% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F4DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4DAD is #60B252. Grayscale: #707070. Windows color (decimal): -6337107 or 11357599. OLE color: 11357599.

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

Color convert

RGB 159 77 173 -
CMYK 0.08 0.55 0 0.32
HSL 291.25º 0.38% 0.49% -
HSV(B) 291.25º 0.55% 0.68% -
XYZ 24.49 15.7 41.27 -
YUV 112.46 162.17 161.19 -
System Red Green Blue C M Y K H S L
Decimal 159 77 173 0.08 0.55 0 0.32 291.25 0.38 0.49
Hex 9F 4D AD 8 37 0 20 123 26 31
Octal 237 115 255 10 67 0 40 443 46 61
Binary 10011111 1001101 10101101 1000 110111 0 100000 100100011 100110 110001

Color Harmonies of #9F4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4DAD

Black with #9F4DAD

Text Example


Text Example

White with #9F4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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