#8255B8

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

Shades of Deep Lilac #8255B8

Tints of Deep Lilac #8255B8

Color information

#8255B8 (or 0x8255B8) is unknown color: approx Deep Lilac. HEX triplet: 82, 55 and B8. RGB value is (130,85,184). Sum of RGB (Red+Green+Blue) = 130+85+184=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #8255B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255B8 is #7DAA47. Grayscale: #6D6D6D. Windows color (decimal): -8235592 or 12080514. OLE color: 12080514.

HSL color Cylindrical-coordinate representation of color #8255B8: hue angle of 267.27º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8255B8 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13085184-
CMYK0.290.5400.28
HSL267.27º41.08%52.75%-
HSV(B)267.27º53.8%72.16%-
XYZ21.1114.747.07-
YUV109.74169.91142.45-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.58%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 184 (72.27% from 255) = 46.12%
R=32.58%
G=21.30%
B=46.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal130851840.290.5400.28267.2741.0852.75
Hex8255B81D3601C10b2935
Octal20212527035660344135165
Binary1000001010101011011100011101110110011100100001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8255B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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