#8D60CE

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

Shades of Amethyst #8D60CE

Tints of Amethyst #8D60CE

Color information

#8D60CE (or 0x8D60CE) is unknown color: approx Amethyst. HEX triplet: 8D, 60 and CE. RGB value is (141,96,206). Sum of RGB (Red+Green+Blue) = 141+96+206=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #8D60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D60CE is #729F31. Grayscale: #797979. Windows color (decimal): -7511858 or 13525133. OLE color: 13525133.

HSL color Cylindrical-coordinate representation of color #8D60CE: hue angle of 264.55º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D60CE is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14196206-
CMYK0.320.5300.19
HSL264.55º52.88%59.22%-
HSV(B)264.55º53.4%80.78%-
XYZ26.3118.4860.57-
YUV122175.41141.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.83%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=31.83%
G=21.67%
B=46.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal141962060.320.5300.19264.5552.8859.22
Hex8D60CE2035013109353b
Octal21514031640650234116573
Binary10001101110000011001110100000110101010011100001001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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