#8A51BE

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

Shades of Deep Lilac #8A51BE

Tints of Deep Lilac #8A51BE

Color information

#8A51BE (or 0x8A51BE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 51 and BE. RGB value is (138,81,190). Sum of RGB (Red+Green+Blue) = 138+81+190=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A51BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51BE is #75AE41. Grayscale: #6E6E6E. Windows color (decimal): -7712322 or 12472714. OLE color: 12472714.

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

Color convert

RGB13881190-
CMYK0.270.5700.25
HSL271.38º45.61%53.14%-
HSV(B)271.38º57.37%74.51%-
XYZ22.7215.0150.41-
YUV110.47172.88147.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.74%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=33.74%
G=19.80%
B=46.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138811900.270.5700.25271.3845.6153.14
Hex8A51BE1B3901910f2e35
Octal21212127633710314175665
Binary1000101010100011011111011011111001011001100001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A51BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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