#815BB9

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

Shades of Lilac Bush #815BB9

Tints of Lilac Bush #815BB9

Color information

#815BB9 (or 0x815BB9) is unknown color: approx Lilac Bush. HEX triplet: 81, 5B and B9. RGB value is (129,91,185). Sum of RGB (Red+Green+Blue) = 129+91+185=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #815BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BB9 is #7EA446. Grayscale: #707070. Windows color (decimal): -8299591 or 12147585. OLE color: 12147585.

HSL color Cylindrical-coordinate representation of color #815BB9: hue angle of 264.26º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #815BB9 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12991185-
CMYK0.300.5100.27
HSL264.26º40.17%54.12%-
HSV(B)264.26º50.81%72.55%-
XYZ21.5515.6547.78-
YUV113.08168.59139.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.85%
GREEN value IS 91 (35.94% from 255) = 22.47%
BLUE value IS 185 (72.66% from 255) = 45.68%
R=31.85%
G=22.47%
B=45.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129911850.300.5100.27264.2640.1754.12
Hex815BB91E3301B1082836
Octal20113327136630334105066
Binary1000000110110111011100111110110011011011100001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815BB9; }

 p { color: rgb(129,91,185); }

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

<style>
 a { background-color: #815BB9; }

 a { background-color: rgb(129,91,185); }

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

<style>
 span { border-color: #815BB9; }

 span { border-color: rgb(129,91,185); }

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