#9B56CF

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

Shades of Amethyst #9B56CF

Tints of Amethyst #9B56CF

Color information

#9B56CF (or 0x9B56CF) is unknown color: approx Amethyst. HEX triplet: 9B, 56 and CF. RGB value is (155,86,207). Sum of RGB (Red+Green+Blue) = 155+86+207=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B56CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56CF is #64A930. Grayscale: #787878. Windows color (decimal): -6596913 or 13588123. OLE color: 13588123.

HSL color Cylindrical-coordinate representation of color #9B56CF: hue angle of 274.21º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B56CF is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15586207-
CMYK0.250.5800.19
HSL274.21º55.76%57.45%-
HSV(B)274.21º58.45%81.18%-
XYZ28.1118.1361.05-
YUV120.42176.86152.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 207 (81.25% from 255) = 46.21%
R=34.60%
G=19.20%
B=46.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155862070.250.5800.19274.2155.7657.45
Hex9B56CF193A0131123839
Octal23312631731720234227071
Binary1001101110101101100111111001111010010011100010010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B56CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B56CF; }

 p { color: rgb(155,86,207); }

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

<style>
 a { background-color: #9B56CF; }

 a { background-color: rgb(155,86,207); }

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

<style>
 span { border-color: #9B56CF; }

 span { border-color: rgb(155,86,207); }

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