#8155BE

Color #8155BE Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #8155BE

Tints of Deep Lilac #8155BE

Color information

#8155BE (or 0x8155BE) is unknown color: approx Deep Lilac. HEX triplet: 81, 55 and BE. RGB value is (129,85,190). Sum of RGB (Red+Green+Blue) = 129+85+190=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 190 - color contains mainly: blue. Hex color #8155BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8155BE is #7EAA41. Grayscale: #6D6D6D. Windows color (decimal): -8301122 or 12473729. OLE color: 12473729.

HSL color Cylindrical-coordinate representation of color #8155BE: hue angle of 265.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8155BE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12985190-
CMYK0.320.5500.25
HSL265.14º44.68%53.92%-
HSV(B)265.14º55.26%74.51%-
XYZ21.614.8850.45-
YUV110.13173.08141.46-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 190 (74.61% from 255) = 47.03%
R=31.93%
G=21.04%
B=47.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129851900.320.5500.25265.1444.6853.92
Hex8155BE20370191092d36
Octal20112527640670314115566
Binary10000001101010110111110100000110111011001100001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8155BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8155BE; }

 p { color: rgb(129,85,190); }

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

<style>
 a { background-color: #8155BE; }

 a { background-color: rgb(129,85,190); }

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

<style>
 span { border-color: #8155BE; }

 span { border-color: rgb(129,85,190); }

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