#9D53D3

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

Shades of Amethyst #9D53D3

Tints of Amethyst #9D53D3

Color information

#9D53D3 (or 0x9D53D3) is unknown color: approx Amethyst. HEX triplet: 9D, 53 and D3. RGB value is (157,83,211). Sum of RGB (Red+Green+Blue) = 157+83+211=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #9D53D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D53D3 is #62AC2C. Grayscale: #777777. Windows color (decimal): -6466605 or 13849501. OLE color: 13849501.

HSL color Cylindrical-coordinate representation of color #9D53D3: hue angle of 274.69º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D53D3 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15783211-
CMYK0.260.6100.17
HSL274.69º59.26%57.65%-
HSV(B)274.69º60.66%82.75%-
XYZ28.7618.0663.6-
YUV119.72179.52154.59-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.81%
GREEN value IS 83 (32.81% from 255) = 18.40%
BLUE value IS 211 (82.81% from 255) = 46.78%
R=34.81%
G=18.40%
B=46.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal157832110.260.6100.17274.6959.2657.65
Hex9D53D31A3D0111133b3a
Octal23512332332750214237372
Binary1001110110100111101001111010111101010001100010011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D53D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,83,211); }

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

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

 a { background-color: rgb(157,83,211); }

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

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

 span { border-color: rgb(157,83,211); }

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