#9564BF

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

Shades of Amethyst #9564BF

Tints of Amethyst #9564BF

Color information

#9564BF (or 0x9564BF) is unknown color: approx Amethyst. HEX triplet: 95, 64 and BF. RGB value is (149,100,191). Sum of RGB (Red+Green+Blue) = 149+100+191=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 100 (39.45% from 255 or 22.73% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9564BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564BF is #6A9B40. Grayscale: #7C7C7C. Windows color (decimal): -6986561 or 12543125. OLE color: 12543125.

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

Color convert

RGB149100191-
CMYK0.220.4800.25
HSL272.31º41.55%57.06%-
HSV(B)272.31º47.64%74.9%-
XYZ26.3619.2751.62-
YUV125.02165.23145.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.86%
GREEN value IS 100 (39.45% from 255) = 22.73%
BLUE value IS 191 (75% from 255) = 43.41%
R=33.86%
G=22.73%
B=43.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491001910.220.4800.25272.3141.5557.06
Hex9564BF16300191102a39
Octal22514427726600314205271
Binary1001010111001001011111110110110000011001100010000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9564BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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