#9A60DF

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

Shades of Amethyst #9A60DF

Tints of Amethyst #9A60DF

Color information

#9A60DF (or 0x9A60DF) is unknown color: approx Amethyst. HEX triplet: 9A, 60 and DF. RGB value is (154,96,223). Sum of RGB (Red+Green+Blue) = 154+96+223=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #9A60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60DF is #659F20. Grayscale: #7F7F7F. Windows color (decimal): -6659873 or 14639258. OLE color: 14639258.

HSL color Cylindrical-coordinate representation of color #9A60DF: hue angle of 267.4º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A60DF is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15496223-
CMYK0.310.5700.13
HSL267.4º66.49%62.55%-
HSV(B)267.4º56.95%87.45%-
XYZ30.8320.5672.16-
YUV127.82181.72146.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=32.56%
G=20.30%
B=47.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154962230.310.5700.13267.466.4962.55
Hex9A60DF1F390D10b423f
Octal232140337377101541310277
Binary1001101011000001101111111111111001011011000010111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A60DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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