#8a51ab

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

Shades of Deep Lilac #8A51AB

Tints of Deep Lilac #8A51AB

Color information

#8A51AB (or 0x8A51AB) is unknown color: approx Deep Lilac. HEX triplet: 8A, 51 and AB. RGB value is (138,81,171). Sum of RGB (Red+Green+Blue) = 138+81+171=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A51AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A51AB is #75AE54. Grayscale: #6C6C6C. Windows color (decimal): -7712341 or 11227530. OLE color: 11227530.

HSL color Cylindrical-coordinate representation of color #8A51AB: hue angle of 278º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A51AB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13881171-
CMYK0.190.5300.33
HSL278º35.71%49.41%-
HSV(B)278º52.63%67.06%-
XYZ20.7714.2340.18-
YUV108.3163.38149.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.38%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=35.38%
G=20.77%
B=43.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal138811710.190.5300.3327835.7149.41
Hex8A51AB13350211162431
Octal21212125323650414264461
Binary10001010101000110101011100111101010100001100010110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a51ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,81,171); }

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

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

 a { background-color: rgb(138,81,171); }

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

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

 span { border-color: rgb(138,81,171); }

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