#8255BD

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

Shades of Deep Lilac #8255BD

Tints of Deep Lilac #8255BD

Color information

#8255BD (or 0x8255BD) is unknown color: approx Deep Lilac. HEX triplet: 82, 55 and BD. RGB value is (130,85,189). Sum of RGB (Red+Green+Blue) = 130+85+189=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #8255BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255BD is #7DAA42. Grayscale: #6D6D6D. Windows color (decimal): -8235587 or 12408194. OLE color: 12408194.

HSL color Cylindrical-coordinate representation of color #8255BD: hue angle of 265.96º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8255BD is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13085189-
CMYK0.310.5500.26
HSL265.96º44.07%53.73%-
HSV(B)265.96º55.03%74.12%-
XYZ21.6414.9249.88-
YUV110.31172.41142.04-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.18%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=32.18%
G=21.04%
B=46.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal130851890.310.5500.26265.9644.0753.73
Hex8255BD1F3701A10a2c36
Octal20212527537670324125466
Binary1000001010101011011110111111110111011010100001010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8255BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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