Shades of Amethyst #995FCB
Tints of Amethyst #995FCB
RGB
CMYK
RGB Variations
Color information
#995FCB (or 0x995FCB) is known color: Amethyst. HEX triplet: 99, 5F and CB. RGB value is (153,95,203). Sum of RGB (Red+Green+Blue) = 153+95+203=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 95 (37.5% from 255 or 21.06% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #995FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995FCB is #66A034. Grayscale: #7C7C7C. Windows color (decimal): -6725685 or 13328281. OLE color: 13328281.
HSL color Cylindrical-coordinate representation of color #995FCB: hue angle of 272.22º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #995FCB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 95 | 203 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.20 |
| HSL | 272.22º | 0.51% | 0.58% | - |
| HSV(B) | 272.22º | 0.53% | 0.8% | - |
| XYZ | 28.01 | 19.27 | 58.74 | - |
| YUV | 124.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 95 | 203 | 0.25 | 0.53 | 0 | 0.20 | 272.22 | 0.51 | 0.58 |
| Hex | 99 | 5F | CB | 19 | 35 | 0 | 14 | 110 | 33 | 3A |
| Octal | 231 | 137 | 313 | 31 | 65 | 0 | 24 | 420 | 63 | 72 |
| Binary | 10011001 | 1011111 | 11001011 | 11001 | 110101 | 0 | 10100 | 100010000 | 110011 | 111010 |
Color Harmonies of #995FCB
Complementary color
Monochromatic Colors of #995FCB
Black with #995FCB
Text Example
Text Example
White with #995FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995FCB; }
p { color: rgb(153,95,203); }
H1.HeaderClassName
{
color: #995FCB;
}
.AnyTagClassName
{
color: #995FCB;
}
</style>
background-color css
<style>
a { background-color: #995FCB; }
a { background-color: rgb(153,95,203); }
div.DivClassName
{
background-color: #995FCB;
}
.BgClassName
{
background-color: #995FCB;
}
</style>
border-color css
<style>
span { border-color: #995FCB; }
span { border-color: rgb(153,95,203); }
td.TdClassName
{
border-color: #995FCB;
}
.TagClassName
{
border-color: #995FCB;
}
</style>