#9d50d9

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

Shades of Amethyst #9D50D9

Tints of Amethyst #9D50D9

Color information

#9D50D9 (or 0x9D50D9) is unknown color: approx Amethyst. HEX triplet: 9D, 50 and D9. RGB value is (157,80,217). Sum of RGB (Red+Green+Blue) = 157+80+217=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D50D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50D9 is #62AF26. Grayscale: #767676. Windows color (decimal): -6467367 or 14241949. OLE color: 14241949.

HSL color Cylindrical-coordinate representation of color #9D50D9: hue angle of 273.72º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D50D9 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15780217-
CMYK0.280.6300.15
HSL273.72º64.32%58.24%-
HSV(B)273.72º63.13%85.1%-
XYZ29.317.9267.56-
YUV118.64183.51155.36-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.58%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 217 (85.16% from 255) = 47.80%
R=34.58%
G=17.62%
B=47.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157802170.280.6300.15273.7264.3258.24
Hex9D50D91C3F0F112403a
Octal235120331347701742210072
Binary1001110110100001101100111100111111011111000100101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d50d9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,80,217); }

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

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

 a { background-color: rgb(157,80,217); }

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

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

 span { border-color: rgb(157,80,217); }

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