#9B56D6

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

Shades of Amethyst #9B56D6

Tints of Amethyst #9B56D6

Color information

#9B56D6 (or 0x9B56D6) is unknown color: approx Amethyst. HEX triplet: 9B, 56 and D6. RGB value is (155,86,214). Sum of RGB (Red+Green+Blue) = 155+86+214=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #9B56D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B56D6 is #64A929. Grayscale: #787878. Windows color (decimal): -6596906 or 14046875. OLE color: 14046875.

HSL color Cylindrical-coordinate representation of color #9B56D6: hue angle of 272.34º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B56D6 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15586214-
CMYK0.280.6000.16
HSL272.34º60.95%58.82%-
HSV(B)272.34º59.81%83.92%-
XYZ28.9818.4865.66-
YUV121.22180.36152.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 214 (83.98% from 255) = 47.03%
R=34.07%
G=18.90%
B=47.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal155862140.280.6000.16272.3460.9558.82
Hex9B56D61C3C0101103d3b
Octal23312632634740204207573
Binary1001101110101101101011011100111100010000100010000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B56D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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