#9566BF

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

Shades of Amethyst #9566BF

Tints of Amethyst #9566BF

Color information

#9566BF (or 0x9566BF) is unknown color: approx Amethyst. HEX triplet: 95, 66 and BF. RGB value is (149,102,191). Sum of RGB (Red+Green+Blue) = 149+102+191=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9566BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566BF is #6A9940. Grayscale: #7D7D7D. Windows color (decimal): -6986049 or 12543637. OLE color: 12543637.

HSL color Cylindrical-coordinate representation of color #9566BF: hue angle of 271.69º 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 #9566BF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149102191-
CMYK0.220.4700.25
HSL271.69º41.01%57.45%-
HSV(B)271.69º46.6%74.9%-
XYZ26.5519.6551.68-
YUV126.2164.57144.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.71%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 191 (75% from 255) = 43.21%
R=33.71%
G=23.08%
B=43.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491021910.220.4700.25271.6941.0157.45
Hex9566BF162F0191102939
Octal22514627726570314205171
Binary1001010111001101011111110110101111011001100010000101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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