#9D56D6

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

Shades of Amethyst #9D56D6

Tints of Amethyst #9D56D6

Color information

#9D56D6 (or 0x9D56D6) is unknown color: approx Amethyst. HEX triplet: 9D, 56 and D6. RGB value is (157,86,214). Sum of RGB (Red+Green+Blue) = 157+86+214=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D56D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56D6 is #62A929. Grayscale: #797979. Windows color (decimal): -6465834 or 14046877. OLE color: 14046877.

HSL color Cylindrical-coordinate representation of color #9D56D6: hue angle of 273.28º 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 #9D56D6 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15786214-
CMYK0.270.6000.16
HSL273.28º60.95%58.82%-
HSV(B)273.28º59.81%83.92%-
XYZ29.3718.6865.68-
YUV121.82180.02153.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 214 (83.98% from 255) = 46.83%
R=34.35%
G=18.82%
B=46.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal157862140.270.6000.16273.2860.9558.82
Hex9D56D61B3C0101113d3b
Octal23512632633740204217573
Binary1001110110101101101011011011111100010000100010001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D56D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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