#8460B7

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

Shades of Lilac Bush #8460B7

Tints of Lilac Bush #8460B7

Color information

#8460B7 (or 0x8460B7) is unknown color: approx Lilac Bush. HEX triplet: 84, 60 and B7. RGB value is (132,96,183). Sum of RGB (Red+Green+Blue) = 132+96+183=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 183 (71.88% from 255 or 44.53% from 411); Max value from RGB is 183 - color contains mainly: blue. Hex color #8460B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460B7 is #7B9F48. Grayscale: #747474. Windows color (decimal): -8101705 or 12017796. OLE color: 12017796.

HSL color Cylindrical-coordinate representation of color #8460B7: hue angle of 264.83º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8460B7 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13296183-
CMYK0.280.4800.28
HSL264.83º37.66%54.71%-
HSV(B)264.83º47.54%71.76%-
XYZ22.2516.6946.85-
YUV116.68165.43138.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 96 (37.89% from 255) = 23.36%
BLUE value IS 183 (71.88% from 255) = 44.53%
R=32.12%
G=23.36%
B=44.53%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132961830.280.4800.28264.8337.6654.71
Hex8460B71C3001C1092637
Octal20414026734600344114667
Binary1000010011000001011011111100110000011100100001001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8460B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8460B7; }

 p { color: rgb(132,96,183); }

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

<style>
 a { background-color: #8460B7; }

 a { background-color: rgb(132,96,183); }

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

<style>
 span { border-color: #8460B7; }

 span { border-color: rgb(132,96,183); }

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