Shades of Amethyst #9959CB
Tints of Amethyst #9959CB
RGB
CMYK
RGB Variations
Color information
#9959CB (or 0x9959CB) is known color: Amethyst. HEX triplet: 99, 59 and CB. RGB value is (153,89,203). Sum of RGB (Red+Green+Blue) = 153+89+203=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #9959CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959CB is #66A634. Grayscale: #787878. Windows color (decimal): -6727221 or 13326745. OLE color: 13326745.
HSL color Cylindrical-coordinate representation of color #9959CB: hue angle of 273.68º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9959CB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 89 | 203 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.20 |
| HSL | 273.68º | 0.52% | 0.57% | - |
| HSV(B) | 273.68º | 0.56% | 0.8% | - |
| XYZ | 27.49 | 18.23 | 58.57 | - |
| YUV | 121.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 203 | 0.25 | 0.56 | 0 | 0.20 | 273.68 | 0.52 | 0.57 |
| Hex | 99 | 59 | CB | 19 | 38 | 0 | 14 | 112 | 34 | 39 |
| Octal | 231 | 131 | 313 | 31 | 70 | 0 | 24 | 422 | 64 | 71 |
| Binary | 10011001 | 1011001 | 11001011 | 11001 | 111000 | 0 | 10100 | 100010010 | 110100 | 111001 |
Color Harmonies of #9959CB
Complementary color
Monochromatic Colors of #9959CB
Black with #9959CB
Text Example
Text Example
White with #9959CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9959CB; }
p { color: rgb(153,89,203); }
H1.HeaderClassName
{
color: #9959CB;
}
.AnyTagClassName
{
color: #9959CB;
}
</style>
background-color css
<style>
a { background-color: #9959CB; }
a { background-color: rgb(153,89,203); }
div.DivClassName
{
background-color: #9959CB;
}
.BgClassName
{
background-color: #9959CB;
}
</style>
border-color css
<style>
span { border-color: #9959CB; }
span { border-color: rgb(153,89,203); }
td.TdClassName
{
border-color: #9959CB;
}
.TagClassName
{
border-color: #9959CB;
}
</style>