Html Css Color HEX #9F61BF Deep Lilac

📋 copy color: '#9F61BF'

red 159 ◦ green 97 ◦ blue 191

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

Shades of Deep Lilac #9F61BF

Tints of Deep Lilac #9F61BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.7%

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

R = 35.57%
G = 21.7%
B = 42.73%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9F61BF (or 0x9F61BF) is known color: Deep Lilac. HEX triplet: 9F, 61 and BF. RGB value is (159,97,191). Sum of RGB (Red+Green+Blue) = 159+97+191=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 97 (38.28% from 255 or 21.70% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F61BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61BF is #609E40. Grayscale: #7D7D7D. Windows color (decimal): -6331969 or 12542367. OLE color: 12542367.

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

Color convert

RGB 159 97 191 -
CMYK 0.17 0.49 0 0.25
HSL 279.57º 0.42% 0.56% -
HSV(B) 279.57º 0.49% 0.75% -
XYZ 27.98 19.68 51.61 -
YUV 126.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 159 97 191 0.17 0.49 0 0.25 279.57 0.42 0.56
Hex 9F 61 BF 11 31 0 19 118 2A 38
Octal 237 141 277 21 61 0 31 430 52 70
Binary 10011111 1100001 10111111 10001 110001 0 11001 100011000 101010 111000

Color Harmonies of #9F61BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F61BF

Black with #9F61BF

Text Example


Text Example

White with #9F61BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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