#8a40af

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

Shades of Deep Lilac #8A40AF

Tints of Deep Lilac #8A40AF

Color information

#8A40AF (or 0x8A40AF) is unknown color: approx Deep Lilac. HEX triplet: 8A, 40 and AF. RGB value is (138,64,175). Sum of RGB (Red+Green+Blue) = 138+64+175=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A40AF is #75BF50. Grayscale: #626262. Windows color (decimal): -7716689 or 11485322. OLE color: 11485322.

HSL color Cylindrical-coordinate representation of color #8A40AF: hue angle of 280º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A40AF is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13864175-
CMYK0.210.6300.31
HSL280º46.44%46.86%-
HSV(B)280º63.43%68.63%-
XYZ20.0512.1741.85-
YUV98.78171.02155.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.60%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 175 (68.75% from 255) = 46.42%
R=36.60%
G=16.98%
B=46.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal138641750.210.6300.3128046.4446.86
Hex8A40AF153F01F1182e2f
Octal21210025725770374305657
Binary1000101010000001010111110101111111011111100011000101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a40af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,64,175); }

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

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

 a { background-color: rgb(138,64,175); }

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

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

 span { border-color: rgb(138,64,175); }

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