#8C45C6

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

Shades of Deep Lilac #8C45C6

Tints of Deep Lilac #8C45C6

Color information

#8C45C6 (or 0x8C45C6) is unknown color: approx Deep Lilac. HEX triplet: 8C, 45 and C6. RGB value is (140,69,198). Sum of RGB (Red+Green+Blue) = 140+69+198=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C45C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C45C6 is #73BA39. Grayscale: #686868. Windows color (decimal): -7584314 or 12993932. OLE color: 12993932.

HSL color Cylindrical-coordinate representation of color #8C45C6: hue angle of 273.02º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C45C6 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14069198-
CMYK0.290.6500.22
HSL273.02º53.09%52.35%-
HSV(B)273.02º65.15%77.65%-
XYZ23.1413.9154.89-
YUV104.94180.52153.01-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 34.40%
GREEN value IS 69 (27.34% from 255) = 16.95%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=34.40%
G=16.95%
B=48.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140691980.290.6500.22273.0253.0952.35
Hex8C45C61D410161113534
Octal214105306351010264216564
Binary10001100100010111000110111011000001010110100010001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C45C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,69,198); }

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

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

 a { background-color: rgb(140,69,198); }

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

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

 span { border-color: rgb(140,69,198); }

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