#8C55C8

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

Shades of Amethyst #8C55C8

Tints of Amethyst #8C55C8

Color information

#8C55C8 (or 0x8C55C8) is unknown color: approx Amethyst. HEX triplet: 8C, 55 and C8. RGB value is (140,85,200). Sum of RGB (Red+Green+Blue) = 140+85+200=425 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.94% from 425); Green value is 85 (33.59% from 255 or 20% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #8C55C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C55C8 is #73AA37. Grayscale: #727272. Windows color (decimal): -7580216 or 13129100. OLE color: 13129100.

HSL color Cylindrical-coordinate representation of color #8C55C8: hue angle of 268.7º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C55C8 is Cyan = 0.3, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14085200-
CMYK0.30.5800.22
HSL268.7º51.11%55.88%-
HSV(B)268.7º57.5%78.43%-
XYZ24.4916.2456.49-
YUV114.56176.22146.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.94%
GREEN value IS 85 (33.59% from 255) = 20%
BLUE value IS 200 (78.52% from 255) = 47.06%
R=32.94%
G=20%
B=47.06%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal140852000.30.5800.22268.751.1155.88
Hex8C55C81E3A01610d3338
Octal21412531036720264156370
Binary1000110010101011100100011110111010010110100001101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C55C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,85,200); }

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

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

 a { background-color: rgb(140,85,200); }

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

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

 span { border-color: rgb(140,85,200); }

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