#9f5bbf

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

Shades of Deep Lilac #9F5BBF

Tints of Deep Lilac #9F5BBF

Color information

#9F5BBF (or 0x9F5BBF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 5B and BF. RGB value is (159,91,191). Sum of RGB (Red+Green+Blue) = 159+91+191=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #9F5BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5BBF is #60A440. Grayscale: #7A7A7A. Windows color (decimal): -6333505 or 12540831. OLE color: 12540831.

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

Color convert

RGB15991191-
CMYK0.170.5200.25
HSL280.8º43.86%55.29%-
HSV(B)280.8º52.36%74.9%-
XYZ27.4418.6151.44-
YUV122.73166.53153.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.05%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 191 (75% from 255) = 43.31%
R=36.05%
G=20.63%
B=43.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159911910.170.5200.25280.843.8655.29
Hex9F5BBF11340191192c37
Octal23713327721640314315467
Binary1001111110110111011111110001110100011001100011001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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