#8B65BE

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

Shades of Lilac Bush #8B65BE

Tints of Lilac Bush #8B65BE

Color information

#8B65BE (or 0x8B65BE) is unknown color: approx Lilac Bush. HEX triplet: 8B, 65 and BE. RGB value is (139,101,190). Sum of RGB (Red+Green+Blue) = 139+101+190=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65BE is #749A41. Grayscale: #7A7A7A. Windows color (decimal): -7641666 or 12477835. OLE color: 12477835.

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

Color convert

RGB139101190-
CMYK0.270.4700.25
HSL265.62º40.64%57.06%-
HSV(B)265.62º46.84%74.51%-
XYZ24.618.5150.99-
YUV122.51166.09139.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 190 (74.61% from 255) = 44.19%
R=32.33%
G=23.49%
B=44.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391011900.270.4700.25265.6240.6457.06
Hex8B65BE1B2F01910a2939
Octal21314527633570314125171
Binary1000101111001011011111011011101111011001100001010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B65BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,101,190); }

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

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

 a { background-color: rgb(139,101,190); }

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

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

 span { border-color: rgb(139,101,190); }

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