Shades of Amethyst #995BCF
Tints of Amethyst #995BCF
RGB
CMYK
RGB Variations
Color information
#995BCF (or 0x995BCF) is known color: Amethyst. HEX triplet: 99, 5B and CF. RGB value is (153,91,207). Sum of RGB (Red+Green+Blue) = 153+91+207=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #995BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995BCF is #66A430. Grayscale: #7A7A7A. Windows color (decimal): -6726705 or 13589401. OLE color: 13589401.
HSL color Cylindrical-coordinate representation of color #995BCF: hue angle of 272.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995BCF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 91 | 207 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.19 |
| HSL | 272.07º | 0.55% | 0.58% | - |
| HSV(B) | 272.07º | 0.56% | 0.81% | - |
| XYZ | 28.14 | 18.76 | 61.17 | - |
| YUV | 122.76 | 175.54 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 207 | 0.26 | 0.56 | 0 | 0.19 | 272.07 | 0.55 | 0.58 |
| Hex | 99 | 5B | CF | 1A | 38 | 0 | 13 | 110 | 37 | 3A |
| Octal | 231 | 133 | 317 | 32 | 70 | 0 | 23 | 420 | 67 | 72 |
| Binary | 10011001 | 1011011 | 11001111 | 11010 | 111000 | 0 | 10011 | 100010000 | 110111 | 111010 |
Color Harmonies of #995BCF
Complementary color
Monochromatic Colors of #995BCF
Black with #995BCF
Text Example
Text Example
White with #995BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995BCF; }
p { color: rgb(153,91,207); }
H1.HeaderClassName
{
color: #995BCF;
}
.AnyTagClassName
{
color: #995BCF;
}
</style>
background-color css
<style>
a { background-color: #995BCF; }
a { background-color: rgb(153,91,207); }
div.DivClassName
{
background-color: #995BCF;
}
.BgClassName
{
background-color: #995BCF;
}
</style>
border-color css
<style>
span { border-color: #995BCF; }
span { border-color: rgb(153,91,207); }
td.TdClassName
{
border-color: #995BCF;
}
.TagClassName
{
border-color: #995BCF;
}
</style>