#8F66BE

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

Shades of Lilac Bush #8F66BE

Tints of Lilac Bush #8F66BE

Color information

#8F66BE (or 0x8F66BE) is unknown color: approx Lilac Bush. HEX triplet: 8F, 66 and BE. RGB value is (143,102,190). Sum of RGB (Red+Green+Blue) = 143+102+190=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F66BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F66BE is #709941. Grayscale: #7B7B7B. Windows color (decimal): -7379266 or 12478095. OLE color: 12478095.

HSL color Cylindrical-coordinate representation of color #8F66BE: hue angle of 267.95º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8F66BE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB143102190-
CMYK0.250.4600.25
HSL267.95º40.37%57.25%-
HSV(B)267.95º46.32%74.51%-
XYZ25.3719.0651.06-
YUV124.29165.08141.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 32.87%
GREEN value IS 102 (40.23% from 255) = 23.45%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=32.87%
G=23.45%
B=43.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1431021900.250.4600.25267.9540.3757.25
Hex8F66BE192E01910c2839
Octal21714627631560314145071
Binary1000111111001101011111011001101110011001100001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,190); }

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

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

 a { background-color: rgb(143,102,190); }

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

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

 span { border-color: rgb(143,102,190); }

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