#8D3CAD

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

Shades of Deep Lilac #8D3CAD

Tints of Deep Lilac #8D3CAD

Color information

#8D3CAD (or 0x8D3CAD) is unknown color: approx Deep Lilac. HEX triplet: 8D, 3C and AD. RGB value is (141,60,173). Sum of RGB (Red+Green+Blue) = 141+60+173=374 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.70% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8D3CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D3CAD is #72C352. Grayscale: #606060. Windows color (decimal): -7521107 or 11353229. OLE color: 11353229.

HSL color Cylindrical-coordinate representation of color #8D3CAD: hue angle of 283.01º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D3CAD is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14160173-
CMYK0.180.6500.32
HSL283.01º48.5%45.69%-
HSV(B)283.01º65.32%67.84%-
XYZ20.1411.9140.77-
YUV97.1170.84159.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.70%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=37.70%
G=16.04%
B=46.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal141601730.180.6500.32283.0148.545.69
Hex8D3CAD124102011b302e
Octal21574255221010404336056
Binary10001101111100101011011001010000010100000100011011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D3CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,60,173); }

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

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

 a { background-color: rgb(141,60,173); }

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

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

 span { border-color: rgb(141,60,173); }

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