#9D60CE

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

Shades of Amethyst #9D60CE

Tints of Amethyst #9D60CE

Color information

#9D60CE (or 0x9D60CE) is unknown color: approx Amethyst. HEX triplet: 9D, 60 and CE. RGB value is (157,96,206). Sum of RGB (Red+Green+Blue) = 157+96+206=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D60CE is #629F31. Grayscale: #7E7E7E. Windows color (decimal): -6463282 or 13525149. OLE color: 13525149.

HSL color Cylindrical-coordinate representation of color #9D60CE: hue angle of 273.27º 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 #9D60CE is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15796206-
CMYK0.240.5300.19
HSL273.27º52.88%59.22%-
HSV(B)273.27º53.4%80.78%-
XYZ29.2319.9960.71-
YUV126.78172.71149.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 96 (37.89% from 255) = 20.92%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=34.20%
G=20.92%
B=44.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157962060.240.5300.19273.2752.8859.22
Hex9D60CE1835013111353b
Octal23514031630650234216573
Binary1001110111000001100111011000110101010011100010001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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