Shades of Amethyst #9D63CB
Tints of Amethyst #9D63CB
RGB
CMYK
RGB Variations
Color information
#9D63CB (or 0x9D63CB) is known color: Amethyst. HEX triplet: 9D, 63 and CB. RGB value is (157,99,203). Sum of RGB (Red+Green+Blue) = 157+99+203=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D63CB is #629C34. Grayscale: #7F7F7F. Windows color (decimal): -6462517 or 13329309. OLE color: 13329309.
HSL color Cylindrical-coordinate representation of color #9D63CB: hue angle of 273.46º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D63CB is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 99 | 203 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.20 |
| HSL | 273.46º | 0.5% | 0.59% | - |
| HSV(B) | 273.46º | 0.51% | 0.8% | - |
| XYZ | 29.15 | 20.4 | 58.9 | - |
| YUV | 128.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 203 | 0.23 | 0.51 | 0 | 0.20 | 273.46 | 0.5 | 0.59 |
| Hex | 9D | 63 | CB | 17 | 33 | 0 | 14 | 111 | 32 | 3B |
| Octal | 235 | 143 | 313 | 27 | 63 | 0 | 24 | 421 | 62 | 73 |
| Binary | 10011101 | 1100011 | 11001011 | 10111 | 110011 | 0 | 10100 | 100010001 | 110010 | 111011 |
Color Harmonies of #9D63CB
Complementary color
Monochromatic Colors of #9D63CB
Black with #9D63CB
Text Example
Text Example
White with #9D63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D63CB; }
p { color: rgb(157,99,203); }
H1.HeaderClassName
{
color: #9D63CB;
}
.AnyTagClassName
{
color: #9D63CB;
}
</style>
background-color css
<style>
a { background-color: #9D63CB; }
a { background-color: rgb(157,99,203); }
div.DivClassName
{
background-color: #9D63CB;
}
.BgClassName
{
background-color: #9D63CB;
}
</style>
border-color css
<style>
span { border-color: #9D63CB; }
span { border-color: rgb(157,99,203); }
td.TdClassName
{
border-color: #9D63CB;
}
.TagClassName
{
border-color: #9D63CB;
}
</style>