#9666CF

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

Shades of Amethyst #9666CF

Tints of Amethyst #9666CF

Color information

#9666CF (or 0x9666CF) is unknown color: approx Amethyst. HEX triplet: 96, 66 and CF. RGB value is (150,102,207). Sum of RGB (Red+Green+Blue) = 150+102+207=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #9666CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666CF is #699930. Grayscale: #7F7F7F. Windows color (decimal): -6920497 or 13592214. OLE color: 13592214.

HSL color Cylindrical-coordinate representation of color #9666CF: hue angle of 267.43º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9666CF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB150102207-
CMYK0.280.5100.19
HSL267.43º52.24%60.59%-
HSV(B)267.43º50.72%81.18%-
XYZ28.5920.4961.48-
YUV128.32172.4143.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.68%
GREEN value IS 102 (40.23% from 255) = 22.22%
BLUE value IS 207 (81.25% from 255) = 45.10%
R=32.68%
G=22.22%
B=45.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1501022070.280.5100.19267.4352.2460.59
Hex9666CF1C3301310b343d
Octal22614631734630234136475
Binary1001011011001101100111111100110011010011100001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9666CF; }

 p { color: rgb(150,102,207); }

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

<style>
 a { background-color: #9666CF; }

 a { background-color: rgb(150,102,207); }

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

<style>
 span { border-color: #9666CF; }

 span { border-color: rgb(150,102,207); }

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