#9D50DF

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

Shades of Amethyst #9D50DF

Tints of Amethyst #9D50DF

Color information

#9D50DF (or 0x9D50DF) is unknown color: approx Amethyst. HEX triplet: 9D, 50 and DF. RGB value is (157,80,223). Sum of RGB (Red+Green+Blue) = 157+80+223=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 80 (31.64% from 255 or 17.39% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D50DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D50DF is #62AF20. Grayscale: #767676. Windows color (decimal): -6467361 or 14635165. OLE color: 14635165.

HSL color Cylindrical-coordinate representation of color #9D50DF: hue angle of 272.31º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D50DF is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15780223-
CMYK0.300.6400.13
HSL272.31º69.08%59.41%-
HSV(B)272.31º64.13%87.45%-
XYZ30.0918.2371.75-
YUV119.32186.51154.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 80 (31.64% from 255) = 17.39%
BLUE value IS 223 (87.5% from 255) = 48.48%
R=34.13%
G=17.39%
B=48.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157802230.300.6400.13272.3169.0859.41
Hex9D50DF1E400D110453b
Octal2351203373610001542010573
Binary10011101101000011011111111101000000011011000100001000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D50DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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