#8F5BBF

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

Shades of Deep Lilac #8F5BBF

Tints of Deep Lilac #8F5BBF

Color information

#8F5BBF (or 0x8F5BBF) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5B and BF. RGB value is (143,91,191). Sum of RGB (Red+Green+Blue) = 143+91+191=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F5BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BBF is #70A440. Grayscale: #757575. Windows color (decimal): -7382081 or 12540815. OLE color: 12540815.

HSL color Cylindrical-coordinate representation of color #8F5BBF: hue angle of 271.2º 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 #8F5BBF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14391191-
CMYK0.250.5200.25
HSL271.2º43.86%55.29%-
HSV(B)271.2º52.36%74.9%-
XYZ24.4717.0851.3-
YUV117.95169.23145.87-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 191 (75% from 255) = 44.94%
R=33.65%
G=21.41%
B=44.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143911910.250.5200.25271.243.8655.29
Hex8F5BBF193401910f2c37
Octal21713327731640314175467
Binary1000111110110111011111111001110100011001100001111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F5BBF; }

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

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

<style>
 a { background-color: #8F5BBF; }

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

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

<style>
 span { border-color: #8F5BBF; }

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

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