#9F66D9

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

Shades of Amethyst #9F66D9

Tints of Amethyst #9F66D9

Color information

#9F66D9 (or 0x9F66D9) is unknown color: approx Amethyst. HEX triplet: 9F, 66 and D9. RGB value is (159,102,217). Sum of RGB (Red+Green+Blue) = 159+102+217=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F66D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66D9 is #609926. Grayscale: #838383. Windows color (decimal): -6330663 or 14247583. OLE color: 14247583.

HSL color Cylindrical-coordinate representation of color #9F66D9: hue angle of 269.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F66D9 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB159102217-
CMYK0.270.5300.15
HSL269.74º60.21%62.55%-
HSV(B)269.74º53%85.1%-
XYZ31.5721.8868.21-
YUV132.15175.88147.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 217 (85.16% from 255) = 45.40%
R=33.26%
G=21.34%
B=45.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1591022170.270.5300.15269.7460.2162.55
Hex9F66D91B350F10e3c3f
Octal23714633133650174167477
Binary100111111100110110110011101111010101111100001110111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F66D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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