Shades of Amethyst #9D5BD4
Tints of Amethyst #9D5BD4
RGB
CMYK
RGB Variations
Color information
#9D5BD4 (or 0x9D5BD4) is known color: Amethyst. HEX triplet: 9D, 5B and D4. RGB value is (157,91,212). Sum of RGB (Red+Green+Blue) = 157+91+212=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #9D5BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5BD4 is #62A42B. Grayscale: #7C7C7C. Windows color (decimal): -6464556 or 13917085. OLE color: 13917085.
HSL color Cylindrical-coordinate representation of color #9D5BD4: hue angle of 272.73º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9D5BD4 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 91 | 212 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.17 |
| HSL | 272.73º | 0.58% | 0.59% | - |
| HSV(B) | 272.73º | 0.57% | 0.83% | - |
| XYZ | 29.53 | 19.4 | 64.48 | - |
| YUV | 124.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 212 | 0.26 | 0.57 | 0 | 0.17 | 272.73 | 0.58 | 0.59 |
| Hex | 9D | 5B | D4 | 1A | 39 | 0 | 11 | 111 | 3A | 3B |
| Octal | 235 | 133 | 324 | 32 | 71 | 0 | 21 | 421 | 72 | 73 |
| Binary | 10011101 | 1011011 | 11010100 | 11010 | 111001 | 0 | 10001 | 100010001 | 111010 | 111011 |
Color Harmonies of #9D5BD4
Complementary color
Monochromatic Colors of #9D5BD4
Black with #9D5BD4
Text Example
Text Example
White with #9D5BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5BD4; }
p { color: rgb(157,91,212); }
H1.HeaderClassName
{
color: #9D5BD4;
}
.AnyTagClassName
{
color: #9D5BD4;
}
</style>
background-color css
<style>
a { background-color: #9D5BD4; }
a { background-color: rgb(157,91,212); }
div.DivClassName
{
background-color: #9D5BD4;
}
.BgClassName
{
background-color: #9D5BD4;
}
</style>
border-color css
<style>
span { border-color: #9D5BD4; }
span { border-color: rgb(157,91,212); }
td.TdClassName
{
border-color: #9D5BD4;
}
.TagClassName
{
border-color: #9D5BD4;
}
</style>