#8A3AAE

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

Shades of Deep Lilac #8A3AAE

Tints of Deep Lilac #8A3AAE

Color information

#8A3AAE (or 0x8A3AAE) is unknown color: approx Deep Lilac. HEX triplet: 8A, 3A and AE. RGB value is (138,58,174). Sum of RGB (Red+Green+Blue) = 138+58+174=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A3AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3AAE is #75C551. Grayscale: #5E5E5E. Windows color (decimal): -7718226 or 11418250. OLE color: 11418250.

HSL color Cylindrical-coordinate representation of color #8A3AAE: hue angle of 281.38º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A3AAE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13858174-
CMYK0.210.6700.32
HSL281.38º50%45.49%-
HSV(B)281.38º66.67%68.24%-
XYZ19.6311.4941.23-
YUV95.14172.5158.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.30%
GREEN value IS 58 (23.05% from 255) = 15.68%
BLUE value IS 174 (68.36% from 255) = 47.03%
R=37.30%
G=15.68%
B=47.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal138581740.210.6700.32281.385045.49
Hex8A3AAE1543020119322d
Octal21272256251030404316255
Binary10001010111010101011101010110000110100000100011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,58,174); }

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

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

 a { background-color: rgb(138,58,174); }

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

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

 span { border-color: rgb(138,58,174); }

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