#8C3FAF

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

Shades of Deep Lilac #8C3FAF

Tints of Deep Lilac #8C3FAF

Color information

#8C3FAF (or 0x8C3FAF) is unknown color: approx Deep Lilac. HEX triplet: 8C, 3F and AF. RGB value is (140,63,175). Sum of RGB (Red+Green+Blue) = 140+63+175=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #8C3FAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3FAF is #73C050. Grayscale: #626262. Windows color (decimal): -7585873 or 11485068. OLE color: 11485068.

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

Color convert

RGB14063175-
CMYK0.20.6400.31
HSL281.25º47.06%46.67%-
HSV(B)281.25º64%68.63%-
XYZ20.3312.2341.85-
YUV98.79171.01157.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.04%
GREEN value IS 63 (25% from 255) = 16.67%
BLUE value IS 175 (68.75% from 255) = 46.30%
R=37.04%
G=16.67%
B=46.30%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal140631750.20.6400.31281.2547.0646.67
Hex8C3FAF144001F1192f2f
Octal21477257241000374315757
Binary1000110011111110101111101001000000011111100011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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