#9F61BF

Color #9F61BF Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9F61BF

Tints of Deep Lilac #9F61BF

Color information

#9F61BF (or 0x9F61BF) is unknown color: approx 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

RGB15997191-
CMYK0.170.4900.25
HSL279.57º42.34%56.47%-
HSV(B)279.57º49.21%74.9%-
XYZ27.9819.6851.61-
YUV126.25164.54151.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 97 (38.28% from 255) = 21.70%
BLUE value IS 191 (75% from 255) = 42.73%
R=35.57%
G=21.70%
B=42.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159971910.170.4900.25279.5742.3456.47
Hex9F61BF11310191182a38
Octal23714127721610314305270
Binary1001111111000011011111110001110001011001100011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>