#8F4AB0

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

Shades of Deep Lilac #8F4AB0

Tints of Deep Lilac #8F4AB0

Color information

#8F4AB0 (or 0x8F4AB0) is unknown color: approx Deep Lilac. HEX triplet: 8F, 4A and B0. RGB value is (143,74,176). Sum of RGB (Red+Green+Blue) = 143+74+176=393 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.39% from 393); Green value is 74 (29.30% from 255 or 18.83% from 393); Blue value is 176 (69.14% from 255 or 44.78% from 393); Max value from RGB is 176 - color contains mainly: blue. Hex color #8F4AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8F4AB0 is #70B54F. Grayscale: #696969. Windows color (decimal): -7386448 or 11553423. OLE color: 11553423.

HSL color Cylindrical-coordinate representation of color #8F4AB0: hue angle of 280.59º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F4AB0 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14374176-
CMYK0.190.5800.31
HSL280.59º40.8%49.02%-
HSV(B)280.59º57.95%69.02%-
XYZ21.6113.8742.61-
YUV106.26167.36154.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.39%
GREEN value IS 74 (29.30% from 255) = 18.83%
BLUE value IS 176 (69.14% from 255) = 44.78%
R=36.39%
G=18.83%
B=44.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143741760.190.5800.31280.5940.849.02
Hex8F4AB0133A01F1192931
Octal21711226023720374315161
Binary1000111110010101011000010011111010011111100011001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,74,176); }

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

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

 a { background-color: rgb(143,74,176); }

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

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

 span { border-color: rgb(143,74,176); }

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