#8255BE

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

Shades of Deep Lilac #8255BE

Tints of Deep Lilac #8255BE

Color information

#8255BE (or 0x8255BE) is unknown color: approx Deep Lilac. HEX triplet: 82, 55 and BE. RGB value is (130,85,190). Sum of RGB (Red+Green+Blue) = 130+85+190=405 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.10% from 405); Green value is 85 (33.59% from 255 or 20.99% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #8255BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255BE is #7DAA41. Grayscale: #6E6E6E. Windows color (decimal): -8235586 or 12473730. OLE color: 12473730.

HSL color Cylindrical-coordinate representation of color #8255BE: hue angle of 265.71º 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 #8255BE is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13085190-
CMYK0.320.5500.25
HSL265.71º44.68%53.92%-
HSV(B)265.71º55.26%74.51%-
XYZ21.7514.9650.46-
YUV110.42172.91141.96-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.10%
GREEN value IS 85 (33.59% from 255) = 20.99%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=32.10%
G=20.99%
B=46.91%

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
Decimal130851900.320.5500.25265.7144.6853.92
Hex8255BE203701910a2d36
Octal20212527640670314125566
Binary10000010101010110111110100000110111011001100001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8255BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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