#9566CF

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

Shades of Amethyst #9566CF

Tints of Amethyst #9566CF

Color information

#9566CF (or 0x9566CF) is unknown color: approx Amethyst. HEX triplet: 95, 66 and CF. RGB value is (149,102,207). Sum of RGB (Red+Green+Blue) = 149+102+207=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #9566CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9566CF is #6A9930. Grayscale: #7F7F7F. Windows color (decimal): -6986033 or 13592213. OLE color: 13592213.

HSL color Cylindrical-coordinate representation of color #9566CF: hue angle of 266.86º 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 #9566CF is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB149102207-
CMYK0.280.5100.19
HSL266.86º52.24%60.59%-
HSV(B)266.86º50.72%81.18%-
XYZ28.4120.461.47-
YUV128.02172.57142.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 207 (81.25% from 255) = 45.20%
R=32.53%
G=22.27%
B=45.20%

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
Decimal1491022070.280.5100.19266.8652.2460.59
Hex9566CF1C3301310b343d
Octal22514631734630234136475
Binary1001010111001101100111111100110011010011100001011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9566CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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