#8F5BB3

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

Shades of Deep Lilac #8F5BB3

Tints of Deep Lilac #8F5BB3

Color information

#8F5BB3 (or 0x8F5BB3) is unknown color: approx Deep Lilac. HEX triplet: 8F, 5B and B3. RGB value is (143,91,179). Sum of RGB (Red+Green+Blue) = 143+91+179=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 179 (70.31% from 255 or 43.34% from 413); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F5BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BB3 is #70A44C. Grayscale: #747474. Windows color (decimal): -7382093 or 11754383. OLE color: 11754383.

HSL color Cylindrical-coordinate representation of color #8F5BB3: hue angle of 275.45º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F5BB3 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14391179-
CMYK0.200.4900.30
HSL275.45º36.67%52.94%-
HSV(B)275.45º49.16%70.2%-
XYZ23.2116.5844.62-
YUV116.58163.23146.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.62%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 179 (70.31% from 255) = 43.34%
R=34.62%
G=22.03%
B=43.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal143911790.200.4900.30275.4536.6752.94
Hex8F5BB3143101E1132535
Octal21713326324610364234565
Binary1000111110110111011001110100110001011110100010011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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