#9F66BE

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

Shades of Deep Lilac #9F66BE

Tints of Deep Lilac #9F66BE

Color information

#9F66BE (or 0x9F66BE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 66 and BE. RGB value is (159,102,190). Sum of RGB (Red+Green+Blue) = 159+102+190=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66BE is #609941. Grayscale: #808080. Windows color (decimal): -6330690 or 12478111. OLE color: 12478111.

HSL color Cylindrical-coordinate representation of color #9F66BE: hue angle of 278.86º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F66BE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB159102190-
CMYK0.160.4600.25
HSL278.86º40.37%57.25%-
HSV(B)278.86º46.32%74.51%-
XYZ28.3420.5951.2-
YUV129.07162.38149.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 102 (40.23% from 255) = 22.62%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=35.25%
G=22.62%
B=42.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591021900.160.4600.25278.8640.3757.25
Hex9F66BE102E0191172839
Octal23714627620560314275071
Binary1001111111001101011111010000101110011001100010111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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