#8A49C2

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

Shades of Deep Lilac #8A49C2

Tints of Deep Lilac #8A49C2

Color information

#8A49C2 (or 0x8A49C2) is unknown color: approx Deep Lilac. HEX triplet: 8A, 49 and C2. RGB value is (138,73,194). Sum of RGB (Red+Green+Blue) = 138+73+194=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #8A49C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49C2 is #75B63D. Grayscale: #696969. Windows color (decimal): -7714366 or 12732810. OLE color: 12732810.

HSL color Cylindrical-coordinate representation of color #8A49C2: hue angle of 272.23º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A49C2 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB13873194-
CMYK0.290.6200.24
HSL272.23º49.79%52.35%-
HSV(B)272.23º62.37%76.08%-
XYZ22.614.0652.56-
YUV106.23177.53150.66-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 194 (76.17% from 255) = 47.90%
R=34.07%
G=18.02%
B=47.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal138731940.290.6200.24272.2349.7952.35
Hex8A49C21D3E0181103234
Octal21211130235760304206264
Binary1000101010010011100001011101111110011000100010000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,73,194); }

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

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

 a { background-color: rgb(138,73,194); }

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

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

 span { border-color: rgb(138,73,194); }

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