Html Css Color HEX #9F5ABF Deep Lilac

📋 copy color: '#9F5ABF'

red 159 ◦ green 90 ◦ blue 191

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

Shades of Deep Lilac #9F5ABF

Tints of Deep Lilac #9F5ABF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.45%

 BLUE value IS 191 (75% from 255) = 43.41%

R = 36.14%
G = 20.45%
B = 43.41%

CMYK

 C value IS 0.17

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F5ABF (or 0x9F5ABF) is known color: Deep Lilac. HEX triplet: 9F, 5A and BF. RGB value is (159,90,191). Sum of RGB (Red+Green+Blue) = 159+90+191=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F5ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ABF is #60A540. Grayscale: #797979. Windows color (decimal): -6333761 or 12540575. OLE color: 12540575.

HSL color Cylindrical-coordinate representation of color #9F5ABF: hue angle of 280.99º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F5ABF is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 90 191 -
CMYK 0.17 0.53 0 0.25
HSL 280.99º 0.44% 0.55% -
HSV(B) 280.99º 0.53% 0.75% -
XYZ 27.36 18.44 51.41 -
YUV 122.15 166.86 154.29 -
System Red Green Blue C M Y K H S L
Decimal 159 90 191 0.17 0.53 0 0.25 280.99 0.44 0.55
Hex 9F 5A BF 11 35 0 19 119 2C 37
Octal 237 132 277 21 65 0 31 431 54 67
Binary 10011111 1011010 10111111 10001 110101 0 11001 100011001 101100 110111

Color Harmonies of #9F5ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5ABF

Black with #9F5ABF

Text Example


Text Example

White with #9F5ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,90,191); }

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

background-color css

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

 a { background-color: rgb(159,90,191); }

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

border-color css

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

 span { border-color: rgb(159,90,191); }

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