#865BBC

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

Shades of Lilac Bush #865BBC

Tints of Lilac Bush #865BBC

Color information

#865BBC (or 0x865BBC) is unknown color: approx Lilac Bush. HEX triplet: 86, 5B and BC. RGB value is (134,91,188). Sum of RGB (Red+Green+Blue) = 134+91+188=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 91 (35.94% from 255 or 22.03% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #865BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BBC is #79A443. Grayscale: #727272. Windows color (decimal): -7971908 or 12344198. OLE color: 12344198.

HSL color Cylindrical-coordinate representation of color #865BBC: hue angle of 266.6º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865BBC is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13491188-
CMYK0.290.5200.26
HSL266.6º41.99%54.71%-
HSV(B)266.6º51.6%73.73%-
XYZ22.6516.1849.51-
YUV114.92169.25141.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.45%
GREEN value IS 91 (35.94% from 255) = 22.03%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=32.45%
G=22.03%
B=45.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal134911880.290.5200.26266.641.9954.71
Hex865BBC1D3401A10b2a37
Octal20613327435640324135267
Binary1000011010110111011110011101110100011010100001011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865BBC; }

 p { color: rgb(134,91,188); }

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

<style>
 a { background-color: #865BBC; }

 a { background-color: rgb(134,91,188); }

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

<style>
 span { border-color: #865BBC; }

 span { border-color: rgb(134,91,188); }

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