#8054BF

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

Shades of Deep Lilac #8054BF

Tints of Deep Lilac #8054BF

Color information

#8054BF (or 0x8054BF) is unknown color: approx Deep Lilac. HEX triplet: 80, 54 and BF. RGB value is (128,84,191). Sum of RGB (Red+Green+Blue) = 128+84+191=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #8054BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8054BF is #7FAB40. Grayscale: #6C6C6C. Windows color (decimal): -8366913 or 12539008. OLE color: 12539008.

HSL color Cylindrical-coordinate representation of color #8054BF: hue angle of 264.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8054BF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12884191-
CMYK0.330.5600.25
HSL264.67º45.53%53.92%-
HSV(B)264.67º56.02%74.9%-
XYZ21.4814.6950.99-
YUV109.35174.08141.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 84 (33.20% from 255) = 20.84%
BLUE value IS 191 (75% from 255) = 47.39%
R=31.76%
G=20.84%
B=47.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128841910.330.5600.25264.6745.5353.92
Hex8054BF21380191092e36
Octal20012427741700314115666
Binary10000000101010010111111100001111000011001100001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8054BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8054BF; }

 p { color: rgb(128,84,191); }

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

<style>
 a { background-color: #8054BF; }

 a { background-color: rgb(128,84,191); }

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

<style>
 span { border-color: #8054BF; }

 span { border-color: rgb(128,84,191); }

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