#8C5DCC

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

Shades of Amethyst #8C5DCC

Tints of Amethyst #8C5DCC

Color information

#8C5DCC (or 0x8C5DCC) is unknown color: approx Amethyst. HEX triplet: 8C, 5D and CC. RGB value is (140,93,204). Sum of RGB (Red+Green+Blue) = 140+93+204=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 93 (36.72% from 255 or 21.28% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5DCC is #73A233. Grayscale: #777777. Windows color (decimal): -7578164 or 13393292. OLE color: 13393292.

HSL color Cylindrical-coordinate representation of color #8C5DCC: hue angle of 265.41º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C5DCC is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14093204-
CMYK0.310.5400.2
HSL265.41º52.11%58.24%-
HSV(B)265.41º54.41%80%-
XYZ25.6317.7659.2-
YUV119.71175.57142.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.04%
GREEN value IS 93 (36.72% from 255) = 21.28%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=32.04%
G=21.28%
B=46.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140932040.310.5400.2265.4152.1158.24
Hex8C5DCC1F36014109343a
Octal21413531437660244116472
Binary1000110010111011100110011111110110010100100001001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,93,204); }

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

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

 a { background-color: rgb(140,93,204); }

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

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

 span { border-color: rgb(140,93,204); }

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