#8f6fbb

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

Shades of Lilac Bush #8F6FBB

Tints of Lilac Bush #8F6FBB

Color information

#8F6FBB (or 0x8F6FBB) is unknown color: approx Lilac Bush. HEX triplet: 8F, 6F and BB. RGB value is (143,111,187). Sum of RGB (Red+Green+Blue) = 143+111+187=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #8F6FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6FBB is #709044. Grayscale: #808080. Windows color (decimal): -7376965 or 12283791. OLE color: 12283791.

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

Color convert

RGB143111187-
CMYK0.240.4100.27
HSL265.26º35.85%58.43%-
HSV(B)265.26º40.64%73.33%-
XYZ25.9820.849.66-
YUV129.23160.6137.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.43%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=32.43%
G=25.17%
B=42.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431111870.240.4100.27265.2635.8558.43
Hex8F6FBB182901B109243a
Octal21715727330510334114472
Binary1000111111011111011101111000101001011011100001001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8f6fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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