#8A4DBE

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

Shades of Deep Lilac #8A4DBE

Tints of Deep Lilac #8A4DBE

Color information

#8A4DBE (or 0x8A4DBE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4D and BE. RGB value is (138,77,190). Sum of RGB (Red+Green+Blue) = 138+77+190=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4DBE is #75B241. Grayscale: #6B6B6B. Windows color (decimal): -7713346 or 12471690. OLE color: 12471690.

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

Color convert

RGB13877190-
CMYK0.270.5900.25
HSL272.39º46.5%52.35%-
HSV(B)272.39º59.47%74.51%-
XYZ22.4314.4350.32-
YUV108.12174.21149.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 77 (30.47% from 255) = 19.01%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=34.07%
G=19.01%
B=46.91%

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
Decimal138771900.270.5900.25272.3946.552.35
Hex8A4DBE1B3B0191102f34
Octal21211527633730314205764
Binary1000101010011011011111011011111011011001100010000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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