#8A4FBC

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

Shades of Deep Lilac #8A4FBC

Tints of Deep Lilac #8A4FBC

Color information

#8A4FBC (or 0x8A4FBC) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4F and BC. RGB value is (138,79,188). Sum of RGB (Red+Green+Blue) = 138+79+188=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 79 (31.25% from 255 or 19.51% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A4FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FBC is #75B043. Grayscale: #6C6C6C. Windows color (decimal): -7712836 or 12341130. OLE color: 12341130.

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

Color convert

RGB13879188-
CMYK0.270.5800.26
HSL272.48º44.86%52.35%-
HSV(B)272.48º57.98%73.73%-
XYZ22.3514.6349.22-
YUV109.07172.55148.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 79 (31.25% from 255) = 19.51%
BLUE value IS 188 (73.83% from 255) = 46.42%
R=34.07%
G=19.51%
B=46.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138791880.270.5800.26272.4844.8652.35
Hex8A4FBC1B3A01A1102d34
Octal21211727433720324205564
Binary1000101010011111011110011011111010011010100010000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,79,188); }

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

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

 a { background-color: rgb(138,79,188); }

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

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

 span { border-color: rgb(138,79,188); }

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