#9A60CA

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

Shades of Amethyst #9A60CA

Tints of Amethyst #9A60CA

Color information

#9A60CA (or 0x9A60CA) is unknown color: approx Amethyst. HEX triplet: 9A, 60 and CA. RGB value is (154,96,202). Sum of RGB (Red+Green+Blue) = 154+96+202=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A60CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60CA is #659F35. Grayscale: #7D7D7D. Windows color (decimal): -6659894 or 13263002. OLE color: 13263002.

HSL color Cylindrical-coordinate representation of color #9A60CA: hue angle of 272.83º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9A60CA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15496202-
CMYK0.240.5200.21
HSL272.83º50%58.43%-
HSV(B)272.83º52.48%79.22%-
XYZ28.1719.558.16-
YUV125.43171.22148.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 96 (37.89% from 255) = 21.24%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=34.07%
G=21.24%
B=44.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154962020.240.5200.21272.835058.43
Hex9A60CA1834015111323a
Octal23214031230640254216272
Binary1001101011000001100101011000110100010101100010001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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