#9660D1

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

Shades of Amethyst #9660D1

Tints of Amethyst #9660D1

Color information

#9660D1 (or 0x9660D1) is unknown color: approx Amethyst. HEX triplet: 96, 60 and D1. RGB value is (150,96,209). Sum of RGB (Red+Green+Blue) = 150+96+209=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #9660D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660D1 is #699F2E. Grayscale: #7C7C7C. Windows color (decimal): -6922031 or 13721750. OLE color: 13721750.

HSL color Cylindrical-coordinate representation of color #9660D1: hue angle of 268.67º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9660D1 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15096209-
CMYK0.280.5400.18
HSL268.67º55.12%59.8%-
HSV(B)268.67º54.07%81.96%-
XYZ28.2719.4562.59-
YUV125.03175.39145.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 96 (37.89% from 255) = 21.10%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=32.97%
G=21.10%
B=45.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal150962090.280.5400.18268.6755.1259.8
Hex9660D11C3601210d373c
Octal22614032134660224156774
Binary1001011011000001101000111100110110010010100001101110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9660D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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