#9564BC

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

Shades of Amethyst #9564BC

Tints of Amethyst #9564BC

Color information

#9564BC (or 0x9564BC) is unknown color: approx Amethyst. HEX triplet: 95, 64 and BC. RGB value is (149,100,188). Sum of RGB (Red+Green+Blue) = 149+100+188=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 188 (73.83% from 255 or 43.02% from 437); Max value from RGB is 188 - color contains mainly: blue. Hex color #9564BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9564BC is #6A9B43. Grayscale: #7C7C7C. Windows color (decimal): -6986564 or 12346517. OLE color: 12346517.

HSL color Cylindrical-coordinate representation of color #9564BC: hue angle of 273.41º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9564BC is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149100188-
CMYK0.210.4700.26
HSL273.41º39.64%56.47%-
HSV(B)273.41º46.81%73.73%-
XYZ26.0319.1349.9-
YUV124.68163.73145.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 188 (73.83% from 255) = 43.02%
R=34.10%
G=22.88%
B=43.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491001880.210.4700.26273.4139.6456.47
Hex9564BC152F01A1112838
Octal22514427425570324215070
Binary1001010111001001011110010101101111011010100010001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9564BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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