#9A60CE

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

Shades of Amethyst #9A60CE

Tints of Amethyst #9A60CE

Color information

#9A60CE (or 0x9A60CE) is unknown color: approx Amethyst. HEX triplet: 9A, 60 and CE. RGB value is (154,96,206). Sum of RGB (Red+Green+Blue) = 154+96+206=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A60CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60CE is #659F31. Grayscale: #7D7D7D. Windows color (decimal): -6659890 or 13525146. OLE color: 13525146.

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

Color convert

RGB15496206-
CMYK0.250.5300.19
HSL271.64º52.88%59.22%-
HSV(B)271.64º53.4%80.78%-
XYZ28.6519.6960.68-
YUV125.88173.22148.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.77%
GREEN value IS 96 (37.89% from 255) = 21.05%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=33.77%
G=21.05%
B=45.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154962060.250.5300.19271.6452.8859.22
Hex9A60CE1935013110353b
Octal23214031631650234206573
Binary1001101011000001100111011001110101010011100010000110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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