#8A4EBE

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

Shades of Deep Lilac #8A4EBE

Tints of Deep Lilac #8A4EBE

Color information

#8A4EBE (or 0x8A4EBE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4E and BE. RGB value is (138,78,190). Sum of RGB (Red+Green+Blue) = 138+78+190=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A4EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4EBE is #75B141. Grayscale: #6C6C6C. Windows color (decimal): -7713090 or 12471946. OLE color: 12471946.

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

Color convert

RGB13878190-
CMYK0.270.5900.25
HSL272.14º46.28%52.55%-
HSV(B)272.14º58.95%74.51%-
XYZ22.514.5750.34-
YUV108.71173.88148.89-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 78 (30.86% from 255) = 19.21%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=33.99%
G=19.21%
B=46.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138781900.270.5900.25272.1446.2852.55
Hex8A4EBE1B3B0191102e35
Octal21211627633730314205665
Binary1000101010011101011111011011111011011001100010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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