#8A49BD

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

Shades of Deep Lilac #8A49BD

Tints of Deep Lilac #8A49BD

Color information

#8A49BD (or 0x8A49BD) is unknown color: approx Deep Lilac. HEX triplet: 8A, 49 and BD. RGB value is (138,73,189). Sum of RGB (Red+Green+Blue) = 138+73+189=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 73 (28.91% from 255 or 18.25% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A49BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A49BD is #75B642. Grayscale: #696969. Windows color (decimal): -7714371 or 12405130. OLE color: 12405130.

HSL color Cylindrical-coordinate representation of color #8A49BD: hue angle of 273.62º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A49BD is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13873189-
CMYK0.270.6100.26
HSL273.62º46.77%51.37%-
HSV(B)273.62º61.38%74.12%-
XYZ22.0513.8449.65-
YUV105.66175.03151.07-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.5%
GREEN value IS 73 (28.91% from 255) = 18.25%
BLUE value IS 189 (74.22% from 255) = 47.25%
R=34.5%
G=18.25%
B=47.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138731890.270.6100.26273.6246.7751.37
Hex8A49BD1B3D01A1122f33
Octal21211127533750324225763
Binary1000101010010011011110111011111101011010100010010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A49BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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