#9D74D1

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

Shades of Amethyst #9D74D1

Tints of Amethyst #9D74D1

Color information

#9D74D1 (or 0x9D74D1) is unknown color: approx Amethyst. HEX triplet: 9D, 74 and D1. RGB value is (157,116,209). Sum of RGB (Red+Green+Blue) = 157+116+209=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D74D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D74D1 is #628B2E. Grayscale: #8A8A8A. Windows color (decimal): -6458159 or 13726877. OLE color: 13726877.

HSL color Cylindrical-coordinate representation of color #9D74D1: hue angle of 266.45º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9D74D1 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB157116209-
CMYK0.250.4400.18
HSL266.45º50.27%63.73%-
HSV(B)266.45º44.5%81.96%-
XYZ31.6624.2663.34-
YUV138.86167.58140.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.57%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 209 (82.03% from 255) = 43.36%
R=32.57%
G=24.07%
B=43.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1571162090.250.4400.18266.4550.2763.73
Hex9D74D1192C01210a3240
Octal235164321315402241262100
Binary10011101111010011010001110011011000100101000010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D74D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,116,209); }

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

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

 a { background-color: rgb(157,116,209); }

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

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

 span { border-color: rgb(157,116,209); }

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