#8F70BC

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

Shades of Lilac Bush #8F70BC

Tints of Lilac Bush #8F70BC

Color information

#8F70BC (or 0x8F70BC) is unknown color: approx Lilac Bush. HEX triplet: 8F, 70 and BC. RGB value is (143,112,188). Sum of RGB (Red+Green+Blue) = 143+112+188=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F70BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70BC is #708F43. Grayscale: #818181. Windows color (decimal): -7376708 or 12349583. OLE color: 12349583.

HSL color Cylindrical-coordinate representation of color #8F70BC: hue angle of 264.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8F70BC is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB143112188-
CMYK0.240.4000.26
HSL264.47º36.19%58.82%-
HSV(B)264.47º40.43%73.73%-
XYZ26.221.0650.26-
YUV129.93160.77137.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.28%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 188 (73.83% from 255) = 42.44%
R=32.28%
G=25.28%
B=42.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431121880.240.4000.26264.4736.1958.82
Hex8F70BC182801A108243b
Octal21716027430500324104473
Binary1000111111100001011110011000101000011010100001000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F70BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,112,188); }

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

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

 a { background-color: rgb(143,112,188); }

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

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

 span { border-color: rgb(143,112,188); }

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