Shades of Amethyst #9958CB
Tints of Amethyst #9958CB
RGB
CMYK
RGB Variations
Color information
#9958CB (or 0x9958CB) is known color: Amethyst. HEX triplet: 99, 58 and CB. RGB value is (153,88,203). Sum of RGB (Red+Green+Blue) = 153+88+203=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #9958CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958CB is #66A734. Grayscale: #787878. Windows color (decimal): -6727477 or 13326489. OLE color: 13326489.
HSL color Cylindrical-coordinate representation of color #9958CB: hue angle of 273.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9958CB is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 88 | 203 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.20 |
| HSL | 273.91º | 0.53% | 0.57% | - |
| HSV(B) | 273.91º | 0.57% | 0.8% | - |
| XYZ | 27.41 | 18.06 | 58.54 | - |
| YUV | 120.55 | 174.53 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 203 | 0.25 | 0.57 | 0 | 0.20 | 273.91 | 0.53 | 0.57 |
| Hex | 99 | 58 | CB | 19 | 39 | 0 | 14 | 112 | 35 | 39 |
| Octal | 231 | 130 | 313 | 31 | 71 | 0 | 24 | 422 | 65 | 71 |
| Binary | 10011001 | 1011000 | 11001011 | 11001 | 111001 | 0 | 10100 | 100010010 | 110101 | 111001 |
Color Harmonies of #9958CB
Complementary color
Monochromatic Colors of #9958CB
Black with #9958CB
Text Example
Text Example
White with #9958CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958CB; }
p { color: rgb(153,88,203); }
H1.HeaderClassName
{
color: #9958CB;
}
.AnyTagClassName
{
color: #9958CB;
}
</style>
background-color css
<style>
a { background-color: #9958CB; }
a { background-color: rgb(153,88,203); }
div.DivClassName
{
background-color: #9958CB;
}
.BgClassName
{
background-color: #9958CB;
}
</style>
border-color css
<style>
span { border-color: #9958CB; }
span { border-color: rgb(153,88,203); }
td.TdClassName
{
border-color: #9958CB;
}
.TagClassName
{
border-color: #9958CB;
}
</style>