#9D5DCA

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

Shades of Amethyst #9D5DCA

Tints of Amethyst #9D5DCA

Color information

#9D5DCA (or 0x9D5DCA) is unknown color: approx Amethyst. HEX triplet: 9D, 5D and CA. RGB value is (157,93,202). Sum of RGB (Red+Green+Blue) = 157+93+202=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 93 (36.72% from 255 or 20.58% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: blue. Hex color #9D5DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5DCA is #62A235. Grayscale: #7C7C7C. Windows color (decimal): -6464054 or 13262237. OLE color: 13262237.

HSL color Cylindrical-coordinate representation of color #9D5DCA: hue angle of 275.23º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5DCA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15793202-
CMYK0.220.5400.21
HSL275.23º50.7%57.84%-
HSV(B)275.23º53.96%79.22%-
XYZ28.4819.2658.09-
YUV124.56171.7151.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 93 (36.72% from 255) = 20.58%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=34.73%
G=20.58%
B=44.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157932020.220.5400.21275.2350.757.84
Hex9D5DCA1636015113333a
Octal23513531226660254236372
Binary1001110110111011100101010110110110010101100010011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,93,202); }

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

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

 a { background-color: rgb(157,93,202); }

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

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

 span { border-color: rgb(157,93,202); }

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