#8054BD

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

Shades of Deep Lilac #8054BD

Tints of Deep Lilac #8054BD

Color information

#8054BD (or 0x8054BD) is unknown color: approx Deep Lilac. HEX triplet: 80, 54 and BD. RGB value is (128,84,189). Sum of RGB (Red+Green+Blue) = 128+84+189=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #8054BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8054BD is #7FAB42. Grayscale: #6C6C6C. Windows color (decimal): -8366915 or 12407936. OLE color: 12407936.

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

Color convert

RGB12884189-
CMYK0.320.5600.26
HSL265.14º44.3%53.53%-
HSV(B)265.14º55.56%74.12%-
XYZ21.2614.649.84-
YUV109.13173.08141.46-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 84 (33.20% from 255) = 20.95%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=31.92%
G=20.95%
B=47.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal128841890.320.5600.26265.1444.353.53
Hex8054BD203801A1092c36
Octal20012427540700324115466
Binary10000000101010010111101100000111000011010100001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8054BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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