Html Css Color HEX #9F45AD Deep Lilac

📋 copy color: '#9F45AD'

red 159 ◦ green 69 ◦ blue 173

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

Shades of Deep Lilac #9F45AD

Tints of Deep Lilac #9F45AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.21%

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

R = 39.65%
G = 17.21%
B = 43.14%

CMYK

 C value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F45AD (or 0x9F45AD) is known color: Deep Lilac. HEX triplet: 9F, 45 and AD. RGB value is (159,69,173). Sum of RGB (Red+Green+Blue) = 159+69+173=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F45AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F45AD is #60BA52. Grayscale: #6B6B6B. Windows color (decimal): -6339155 or 11355551. OLE color: 11355551.

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

Color convert

RGB 159 69 173 -
CMYK 0.08 0.60 0 0.32
HSL 291.92º 0.43% 0.47% -
HSV(B) 291.92º 0.6% 0.68% -
XYZ 23.97 14.64 41.1 -
YUV 107.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 159 69 173 0.08 0.60 0 0.32 291.92 0.43 0.47
Hex 9F 45 AD 8 3C 0 20 124 2B 2F
Octal 237 105 255 10 74 0 40 444 53 57
Binary 10011111 1000101 10101101 1000 111100 0 100000 100100100 101011 101111

Color Harmonies of #9F45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F45AD

Black with #9F45AD

Text Example


Text Example

White with #9F45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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