#8A55BE

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

Shades of Deep Lilac #8A55BE

Tints of Deep Lilac #8A55BE

Color information

#8A55BE (or 0x8A55BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 55 and BE. RGB value is (138,85,190). Sum of RGB (Red+Green+Blue) = 138+85+190=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 85 (33.59% from 255 or 20.58% 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 #8A55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A55BE is #75AA41. Grayscale: #707070. Windows color (decimal): -7711298 or 12473738. OLE color: 12473738.

HSL color Cylindrical-coordinate representation of color #8A55BE: hue angle of 270.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A55BE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13885190-
CMYK0.270.5500.25
HSL270.29º44.68%53.92%-
HSV(B)270.29º55.26%74.51%-
XYZ23.0215.6250.52-
YUV112.82171.56145.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.41%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=33.41%
G=20.58%
B=46.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138851900.270.5500.25270.2944.6853.92
Hex8A55BE1B3701910e2d36
Octal21212527633670314165566
Binary1000101010101011011111011011110111011001100001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A55BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,85,190); }

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

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

 a { background-color: rgb(138,85,190); }

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

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

 span { border-color: rgb(138,85,190); }

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