#8B54BE

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

Shades of Deep Lilac #8B54BE

Tints of Deep Lilac #8B54BE

Color information

#8B54BE (or 0x8B54BE) is unknown color: approx Deep Lilac. HEX triplet: 8B, 54 and BE. RGB value is (139,84,190). Sum of RGB (Red+Green+Blue) = 139+84+190=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 84 (33.20% from 255 or 20.34% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #8B54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B54BE is #74AB41. Grayscale: #707070. Windows color (decimal): -7646018 or 12473483. OLE color: 12473483.

HSL color Cylindrical-coordinate representation of color #8B54BE: hue angle of 271.13º 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 #8B54BE is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13984190-
CMYK0.270.5600.25
HSL271.13º44.92%53.73%-
HSV(B)271.13º55.79%74.51%-
XYZ23.1115.5550.5-
YUV112.53171.72146.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.66%
GREEN value IS 84 (33.20% from 255) = 20.34%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=33.66%
G=20.34%
B=46.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal139841900.270.5600.25271.1344.9253.73
Hex8B54BE1B3801910f2d36
Octal21312427633700314175566
Binary1000101110101001011111011011111000011001100001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B54BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B54BE; }

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

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

<style>
 a { background-color: #8B54BE; }

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

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

<style>
 span { border-color: #8B54BE; }

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

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