#8054BE

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

Shades of Deep Lilac #8054BE

Tints of Deep Lilac #8054BE

Color information

#8054BE (or 0x8054BE) is unknown color: approx Deep Lilac. HEX triplet: 80, 54 and BE. RGB value is (128,84,190). Sum of RGB (Red+Green+Blue) = 128+84+190=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #8054BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8054BE is #7FAB41. Grayscale: #6C6C6C. Windows color (decimal): -8366914 or 12473472. OLE color: 12473472.

HSL color Cylindrical-coordinate representation of color #8054BE: hue angle of 264.91º degrees, saturation: 0.45, 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 #8054BE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12884190-
CMYK0.330.5600.25
HSL264.91º44.92%53.73%-
HSV(B)264.91º55.79%74.51%-
XYZ21.3714.6550.42-
YUV109.24173.58141.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 84 (33.20% from 255) = 20.90%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=31.84%
G=20.90%
B=47.26%

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
Decimal128841900.330.5600.25264.9144.9253.73
Hex8054BE21380191092d36
Octal20012427641700314115566
Binary10000000101010010111110100001111000011001100001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8054BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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