#8a51ba

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

Shades of Deep Lilac #8A51BA

Tints of Deep Lilac #8A51BA

Color information

#8A51BA (or 0x8A51BA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 51 and BA. RGB value is (138,81,186). Sum of RGB (Red+Green+Blue) = 138+81+186=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 81 (32.03% from 255 or 20% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A51BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51BA is #75AE45. Grayscale: #6D6D6D. Windows color (decimal): -7712326 or 12210570. OLE color: 12210570.

HSL color Cylindrical-coordinate representation of color #8A51BA: hue angle of 272.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A51BA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13881186-
CMYK0.260.5600.27
HSL272.57º43.21%52.35%-
HSV(B)272.57º56.45%72.94%-
XYZ22.2914.8348.14-
YUV110.01170.88147.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 81 (32.03% from 255) = 20%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=34.07%
G=20%
B=45.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138811860.260.5600.27272.5743.2152.35
Hex8A51BA1A3801B1112b34
Octal21212127232700334215364
Binary1000101010100011011101011010111000011011100010001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a51ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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