#9D4FD6

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

Shades of Amethyst #9D4FD6

Tints of Amethyst #9D4FD6

Color information

#9D4FD6 (or 0x9D4FD6) is unknown color: approx Amethyst. HEX triplet: 9D, 4F and D6. RGB value is (157,79,214). Sum of RGB (Red+Green+Blue) = 157+79+214=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 214 (83.98% from 255 or 47.56% from 450); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D4FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FD6 is #62B029. Grayscale: #757575. Windows color (decimal): -6467626 or 14045085. OLE color: 14045085.

HSL color Cylindrical-coordinate representation of color #9D4FD6: hue angle of 274.67º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D4FD6 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15779214-
CMYK0.270.6300.16
HSL274.67º62.21%57.45%-
HSV(B)274.67º63.08%83.92%-
XYZ28.8417.6265.5-
YUV117.71182.34156.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.89%
GREEN value IS 79 (31.25% from 255) = 17.56%
BLUE value IS 214 (83.98% from 255) = 47.56%
R=34.89%
G=17.56%
B=47.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal157792140.270.6300.16274.6762.2157.45
Hex9D4FD61B3F0101133e39
Octal23511732633770204237671
Binary1001110110011111101011011011111111010000100010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4FD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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