#8C3FAD

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

Shades of Deep Lilac #8C3FAD

Tints of Deep Lilac #8C3FAD

Color information

#8C3FAD (or 0x8C3FAD) is unknown color: approx Deep Lilac. HEX triplet: 8C, 3F and AD. RGB value is (140,63,173). Sum of RGB (Red+Green+Blue) = 140+63+173=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C3FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3FAD is #73C052. Grayscale: #626262. Windows color (decimal): -7585875 or 11353996. OLE color: 11353996.

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

Color convert

RGB14063173-
CMYK0.190.6400.32
HSL282º46.61%46.27%-
HSV(B)282º63.58%67.84%-
XYZ20.1412.1540.82-
YUV98.56170.01157.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.23%
GREEN value IS 63 (25% from 255) = 16.76%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=37.23%
G=16.76%
B=46.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal140631730.190.6400.3228246.6146.27
Hex8C3FAD134002011a2f2e
Octal21477255231000404325756
Binary10001100111111101011011001110000000100000100011010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,63,173); }

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

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

 a { background-color: rgb(140,63,173); }

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

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

 span { border-color: rgb(140,63,173); }

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