#9D56DC

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

Shades of Amethyst #9D56DC

Tints of Amethyst #9D56DC

Color information

#9D56DC (or 0x9D56DC) is unknown color: approx Amethyst. HEX triplet: 9D, 56 and DC. RGB value is (157,86,220). Sum of RGB (Red+Green+Blue) = 157+86+220=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 86 (33.98% from 255 or 18.57% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D56DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56DC is #62A923. Grayscale: #7A7A7A. Windows color (decimal): -6465828 or 14440093. OLE color: 14440093.

HSL color Cylindrical-coordinate representation of color #9D56DC: hue angle of 271.79º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D56DC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15786220-
CMYK0.290.6100.14
HSL271.79º65.69%60%-
HSV(B)271.79º60.91%86.27%-
XYZ30.1518.9969.79-
YUV122.5183.02152.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 86 (33.98% from 255) = 18.57%
BLUE value IS 220 (86.33% from 255) = 47.52%
R=33.91%
G=18.57%
B=47.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157862200.290.6100.14271.7965.6960
Hex9D56DC1D3D0E110423c
Octal235126334357501642010274
Binary1001110110101101101110011101111101011101000100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D56DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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