#8D3FAF

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

Shades of Deep Lilac #8D3FAF

Tints of Deep Lilac #8D3FAF

Color information

#8D3FAF (or 0x8D3FAF) is unknown color: approx Deep Lilac. HEX triplet: 8D, 3F and AF. RGB value is (141,63,175). Sum of RGB (Red+Green+Blue) = 141+63+175=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D3FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3FAF is #72C050. Grayscale: #626262. Windows color (decimal): -7520337 or 11485069. OLE color: 11485069.

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

Color convert

RGB14163175-
CMYK0.190.6400.31
HSL281.79º47.06%46.67%-
HSV(B)281.79º64%68.63%-
XYZ20.512.3141.85-
YUV99.09170.84157.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 63 (25% from 255) = 16.62%
BLUE value IS 175 (68.75% from 255) = 46.17%
R=37.20%
G=16.62%
B=46.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141631750.190.6400.31281.7947.0646.67
Hex8D3FAF134001F11a2f2f
Octal21577257231000374325757
Binary1000110111111110101111100111000000011111100011010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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