#8C53C1

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

Shades of Deep Lilac #8C53C1

Tints of Deep Lilac #8C53C1

Color information

#8C53C1 (or 0x8C53C1) is unknown color: approx Deep Lilac. HEX triplet: 8C, 53 and C1. RGB value is (140,83,193). Sum of RGB (Red+Green+Blue) = 140+83+193=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #8C53C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53C1 is #73AC3E. Grayscale: #707070. Windows color (decimal): -7580735 or 12669836. OLE color: 12669836.

HSL color Cylindrical-coordinate representation of color #8C53C1: hue angle of 271.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C53C1 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14083193-
CMYK0.270.5700.24
HSL271.09º47.01%54.12%-
HSV(B)271.09º56.99%75.69%-
XYZ23.5315.6152.23-
YUV112.58173.38147.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.65%
GREEN value IS 83 (32.81% from 255) = 19.95%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=33.65%
G=19.95%
B=46.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal140831930.270.5700.24271.0947.0154.12
Hex8C53C11B3901810f2f36
Octal21412330133710304175766
Binary1000110010100111100000111011111001011000100001111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C53C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,83,193); }

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

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

 a { background-color: rgb(140,83,193); }

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

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

 span { border-color: rgb(140,83,193); }

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