Shades of Amethyst #995BCC
Tints of Amethyst #995BCC
RGB
CMYK
RGB Variations
Color information
#995BCC (or 0x995BCC) is known color: Amethyst. HEX triplet: 99, 5B and CC. RGB value is (153,91,204). Sum of RGB (Red+Green+Blue) = 153+91+204=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #995BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BCC is #66A433. Grayscale: #7A7A7A. Windows color (decimal): -6726708 or 13392793. OLE color: 13392793.
HSL color Cylindrical-coordinate representation of color #995BCC: hue angle of 272.92º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #995BCC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 91 | 204 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.2 |
| HSL | 272.92º | 0.53% | 0.58% | - |
| HSV(B) | 272.92º | 0.55% | 0.8% | - |
| XYZ | 27.78 | 18.61 | 59.26 | - |
| YUV | 122.42 | 174.04 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 204 | 0.25 | 0.55 | 0 | 0.2 | 272.92 | 0.53 | 0.58 |
| Hex | 99 | 5B | CC | 19 | 37 | 0 | 14 | 111 | 35 | 3A |
| Octal | 231 | 133 | 314 | 31 | 67 | 0 | 24 | 421 | 65 | 72 |
| Binary | 10011001 | 1011011 | 11001100 | 11001 | 110111 | 0 | 10100 | 100010001 | 110101 | 111010 |
Color Harmonies of #995BCC
Complementary color
Monochromatic Colors of #995BCC
Black with #995BCC
Text Example
Text Example
White with #995BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BCC; }
p { color: rgb(153,91,204); }
H1.HeaderClassName
{
color: #995BCC;
}
.AnyTagClassName
{
color: #995BCC;
}
</style>
background-color css
<style>
a { background-color: #995BCC; }
a { background-color: rgb(153,91,204); }
div.DivClassName
{
background-color: #995BCC;
}
.BgClassName
{
background-color: #995BCC;
}
</style>
border-color css
<style>
span { border-color: #995BCC; }
span { border-color: rgb(153,91,204); }
td.TdClassName
{
border-color: #995BCC;
}
.TagClassName
{
border-color: #995BCC;
}
</style>