#8C54CC

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

Shades of Amethyst #8C54CC

Tints of Amethyst #8C54CC

Color information

#8C54CC (or 0x8C54CC) is unknown color: approx Amethyst. HEX triplet: 8C, 54 and CC. RGB value is (140,84,204). Sum of RGB (Red+Green+Blue) = 140+84+204=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 84 (33.20% from 255 or 19.63% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54CC is #73AB33. Grayscale: #727272. Windows color (decimal): -7580468 or 13390988. OLE color: 13390988.

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

Color convert

RGB14084204-
CMYK0.310.5900.2
HSL268º54.05%56.47%-
HSV(B)268º58.82%80%-
XYZ24.8816.2858.96-
YUV114.42178.55146.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.71%
GREEN value IS 84 (33.20% from 255) = 19.63%
BLUE value IS 204 (80.08% from 255) = 47.66%
R=32.71%
G=19.63%
B=47.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal140842040.310.5900.226854.0556.47
Hex8C54CC1F3B01410c3638
Octal21412431437730244146670
Binary1000110010101001100110011111111011010100100001100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C54CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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