#8F5BBB

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

Shades of Deep Lilac #8F5BBB

Tints of Deep Lilac #8F5BBB

Color information

#8F5BBB (or 0x8F5BBB) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5B and BB. RGB value is (143,91,187). Sum of RGB (Red+Green+Blue) = 143+91+187=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BBB is #70A444. Grayscale: #757575. Windows color (decimal): -7382085 or 12278671. OLE color: 12278671.

HSL color Cylindrical-coordinate representation of color #8F5BBB: hue angle of 272.5º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F5BBB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14391187-
CMYK0.240.5100.27
HSL272.5º41.38%54.51%-
HSV(B)272.5º51.34%73.33%-
XYZ24.0416.9149.01-
YUV117.49167.23146.19-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=33.97%
G=21.62%
B=44.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143911870.240.5100.27272.541.3854.51
Hex8F5BBB183301B1102937
Octal21713327330630334205167
Binary1000111110110111011101111000110011011011100010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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