#9f66c9

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

Shades of Amethyst #9F66C9

Tints of Amethyst #9F66C9

Color information

#9F66C9 (or 0x9F66C9) is unknown color: approx Amethyst. HEX triplet: 9F, 66 and C9. RGB value is (159,102,201). Sum of RGB (Red+Green+Blue) = 159+102+201=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 201 (78.91% from 255 or 43.51% from 462); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F66C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66C9 is #609936. Grayscale: #818181. Windows color (decimal): -6330679 or 13199007. OLE color: 13199007.

HSL color Cylindrical-coordinate representation of color #9F66C9: hue angle of 274.55º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F66C9 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB159102201-
CMYK0.210.4900.21
HSL274.55º47.83%59.41%-
HSV(B)274.55º49.25%78.82%-
XYZ29.5921.0957.77-
YUV130.33167.88148.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 201 (78.91% from 255) = 43.51%
R=34.42%
G=22.08%
B=43.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1591022010.210.4900.21274.5547.8359.41
Hex9F66C91531015113303b
Octal23714631125610254236073
Binary1001111111001101100100110101110001010101100010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f66c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,102,201); }

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

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

 a { background-color: rgb(159,102,201); }

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

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

 span { border-color: rgb(159,102,201); }

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