#9F61BE

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

Shades of Deep Lilac #9F61BE

Tints of Deep Lilac #9F61BE

Color information

#9F61BE (or 0x9F61BE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 61 and BE. RGB value is (159,97,190). Sum of RGB (Red+Green+Blue) = 159+97+190=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F61BE is #609E41. Grayscale: #7D7D7D. Windows color (decimal): -6331970 or 12476831. OLE color: 12476831.

HSL color Cylindrical-coordinate representation of color #9F61BE: hue angle of 280º 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 #9F61BE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15997190-
CMYK0.160.4900.25
HSL280º41.7%56.27%-
HSV(B)280º48.95%74.51%-
XYZ27.8719.6451.04-
YUV126.14164.04151.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.65%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 190 (74.61% from 255) = 42.60%
R=35.65%
G=21.75%
B=42.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159971900.160.4900.2528041.756.27
Hex9F61BE10310191182a38
Octal23714127620610314305270
Binary1001111111000011011111010000110001011001100011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F61BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F61BE;
 }
 .AnyTagClassName
 {
   color: #9F61BE;
 }
</style>
background-color css

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

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

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

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

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

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