#8C5CDC

Color #8C5CDC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #8C5CDC

Tints of Medium Purple #8C5CDC

Color information

#8C5CDC (or 0x8C5CDC) is unknown color: approx Medium Purple. HEX triplet: 8C, 5C and DC. RGB value is (140,92,220). Sum of RGB (Red+Green+Blue) = 140+92+220=452 (59% of max value = 765). Red value is 140 (55.08% from 255 or 30.97% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C5CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CDC is #73A323. Grayscale: #787878. Windows color (decimal): -7578404 or 14441612. OLE color: 14441612.

HSL color Cylindrical-coordinate representation of color #8C5CDC: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C5CDC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14092220-
CMYK0.360.5800.14
HSL262.5º64.65%61.18%-
HSV(B)262.5º58.18%86.27%-
XYZ27.5618.469.81-
YUV120.94183.9141.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.97%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 220 (86.33% from 255) = 48.67%
R=30.97%
G=20.35%
B=48.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal140922200.360.5800.14262.564.6561.18
Hex8C5CDC243A0E106413d
Octal214134334447201640610175
Binary10001100101110011011100100100111010011101000001101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,92,220); }

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

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

 a { background-color: rgb(140,92,220); }

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

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

 span { border-color: rgb(140,92,220); }

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