#9666BF

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

Shades of Amethyst #9666BF

Tints of Amethyst #9666BF

Color information

#9666BF (or 0x9666BF) is unknown color: approx Amethyst. HEX triplet: 96, 66 and BF. RGB value is (150,102,191). Sum of RGB (Red+Green+Blue) = 150+102+191=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9666BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666BF is #699940. Grayscale: #7E7E7E. Windows color (decimal): -6920513 or 12543638. OLE color: 12543638.

HSL color Cylindrical-coordinate representation of color #9666BF: hue angle of 272.36º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9666BF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB150102191-
CMYK0.210.4700.25
HSL272.36º41.01%57.45%-
HSV(B)272.36º46.6%74.9%-
XYZ26.7319.7551.69-
YUV126.5164.4144.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 191 (75% from 255) = 43.12%
R=33.86%
G=23.02%
B=43.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501021910.210.4700.25272.3641.0157.45
Hex9666BF152F0191102939
Octal22614627725570314205171
Binary1001011011001101011111110101101111011001100010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9666BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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