#8A4FCA

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

Shades of Deep Lilac #8A4FCA

Tints of Deep Lilac #8A4FCA

Color information

#8A4FCA (or 0x8A4FCA) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4F and CA. RGB value is (138,79,202). Sum of RGB (Red+Green+Blue) = 138+79+202=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 79 (31.25% from 255 or 18.85% from 419); Blue value is 202 (79.30% from 255 or 48.21% from 419); Max value from RGB is 202 - color contains mainly: blue. Hex color #8A4FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A4FCA is #75B035. Grayscale: #6E6E6E. Windows color (decimal): -7712822 or 13258634. OLE color: 13258634.

HSL color Cylindrical-coordinate representation of color #8A4FCA: hue angle of 268.78º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A4FCA is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13879202-
CMYK0.320.6100.21
HSL268.78º53.71%55.1%-
HSV(B)268.78º60.89%79.22%-
XYZ23.9415.2657.56-
YUV110.66179.55147.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.94%
GREEN value IS 79 (31.25% from 255) = 18.85%
BLUE value IS 202 (79.30% from 255) = 48.21%
R=32.94%
G=18.85%
B=48.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal138792020.320.6100.21268.7853.7155.1
Hex8A4FCA203D01510d3637
Octal21211731240750254156667
Binary10001010100111111001010100000111101010101100001101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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