#8D60CC

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

Shades of Amethyst #8D60CC

Tints of Amethyst #8D60CC

Color information

#8D60CC (or 0x8D60CC) is unknown color: approx Amethyst. HEX triplet: 8D, 60 and CC. RGB value is (141,96,204). Sum of RGB (Red+Green+Blue) = 141+96+204=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D60CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60CC is #729F33. Grayscale: #797979. Windows color (decimal): -7511860 or 13394061. OLE color: 13394061.

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

Color convert

RGB14196204-
CMYK0.310.5300.2
HSL265º51.43%58.82%-
HSV(B)265º52.94%80%-
XYZ26.0718.3959.3-
YUV121.77174.41141.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.97%
GREEN value IS 96 (37.89% from 255) = 21.77%
BLUE value IS 204 (80.08% from 255) = 46.26%
R=31.97%
G=21.77%
B=46.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal141962040.310.5300.226551.4358.82
Hex8D60CC1F35014109333b
Octal21514031437650244116373
Binary1000110111000001100110011111110101010100100001001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D60CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,96,204); }

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

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

 a { background-color: rgb(141,96,204); }

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

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

 span { border-color: rgb(141,96,204); }

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