#9660DA

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

Shades of Amethyst #9660DA

Tints of Amethyst #9660DA

Color information

#9660DA (or 0x9660DA) is unknown color: approx Amethyst. HEX triplet: 96, 60 and DA. RGB value is (150,96,218). Sum of RGB (Red+Green+Blue) = 150+96+218=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 96 (37.89% from 255 or 20.69% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #9660DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660DA is #699F25. Grayscale: #7D7D7D. Windows color (decimal): -6922022 or 14311574. OLE color: 14311574.

HSL color Cylindrical-coordinate representation of color #9660DA: hue angle of 266.56º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9660DA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15096218-
CMYK0.310.5600.15
HSL266.56º62.24%61.57%-
HSV(B)266.56º55.96%85.49%-
XYZ29.4219.9168.62-
YUV126.05179.89145.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 96 (37.89% from 255) = 20.69%
BLUE value IS 218 (85.55% from 255) = 46.98%
R=32.33%
G=20.69%
B=46.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal150962180.310.5600.15266.5662.2461.57
Hex9660DA1F380F10b3e3e
Octal22614033237700174137676
Binary100101101100000110110101111111100001111100001011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9660DA; }

 p { color: rgb(150,96,218); }

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

<style>
 a { background-color: #9660DA; }

 a { background-color: rgb(150,96,218); }

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

<style>
 span { border-color: #9660DA; }

 span { border-color: rgb(150,96,218); }

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