#8D40AF

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

Shades of Deep Lilac #8D40AF

Tints of Deep Lilac #8D40AF

Color information

#8D40AF (or 0x8D40AF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 40 and AF. RGB value is (141,64,175). Sum of RGB (Red+Green+Blue) = 141+64+175=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D40AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D40AF is #72BF50. Grayscale: #636363. Windows color (decimal): -7520081 or 11485325. OLE color: 11485325.

HSL color Cylindrical-coordinate representation of color #8D40AF: hue angle of 281.62º 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 #8D40AF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14164175-
CMYK0.190.6300.31
HSL281.62º46.44%46.86%-
HSV(B)281.62º63.43%68.63%-
XYZ20.5612.4241.87-
YUV99.68170.51157.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=37.11%
G=16.84%
B=46.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141641750.190.6300.31281.6246.4446.86
Hex8D40AF133F01F11a2e2f
Octal21510025723770374325657
Binary1000110110000001010111110011111111011111100011010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D40AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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