#8A4AC8

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

Shades of Deep Lilac #8A4AC8

Tints of Deep Lilac #8A4AC8

Color information

#8A4AC8 (or 0x8A4AC8) is unknown color: approx Deep Lilac. HEX triplet: 8A, 4A and C8. RGB value is (138,74,200). Sum of RGB (Red+Green+Blue) = 138+74+200=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 74 (29.30% from 255 or 17.96% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #8A4AC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A4AC8 is #75B537. Grayscale: #6B6B6B. Windows color (decimal): -7714104 or 13126282. OLE color: 13126282.

HSL color Cylindrical-coordinate representation of color #8A4AC8: hue angle of 270.48º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A4AC8 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB13874200-
CMYK0.310.6300.22
HSL270.48º53.39%53.73%-
HSV(B)270.48º63%78.43%-
XYZ23.3614.4756.21-
YUV107.5180.2149.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.50%
GREEN value IS 74 (29.30% from 255) = 17.96%
BLUE value IS 200 (78.52% from 255) = 48.54%
R=33.50%
G=17.96%
B=48.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal138742000.310.6300.22270.4853.3953.73
Hex8A4AC81F3F01610e3536
Octal21211231037770264166566
Binary1000101010010101100100011111111111010110100001110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,74,200); }

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

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

 a { background-color: rgb(138,74,200); }

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

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

 span { border-color: rgb(138,74,200); }

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