Shades of Amethyst #995CCB
Tints of Amethyst #995CCB
RGB
CMYK
RGB Variations
Color information
#995CCB (or 0x995CCB) is known color: Amethyst. HEX triplet: 99, 5C and CB. RGB value is (153,92,203). Sum of RGB (Red+Green+Blue) = 153+92+203=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #995CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #995CCB is #66A334. Grayscale: #7A7A7A. Windows color (decimal): -6726453 or 13327513. OLE color: 13327513.
HSL color Cylindrical-coordinate representation of color #995CCB: hue angle of 272.97º degrees, saturation: 0.52, 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 #995CCB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 153 | 92 | 203 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.20 |
| HSL | 272.97º | 0.52% | 0.58% | - |
| HSV(B) | 272.97º | 0.55% | 0.8% | - |
| XYZ | 27.74 | 18.74 | 58.65 | - |
| YUV | 122.89 | 173.21 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 203 | 0.25 | 0.55 | 0 | 0.20 | 272.97 | 0.52 | 0.58 |
| Hex | 99 | 5C | CB | 19 | 37 | 0 | 14 | 111 | 34 | 3A |
| Octal | 231 | 134 | 313 | 31 | 67 | 0 | 24 | 421 | 64 | 72 |
| Binary | 10011001 | 1011100 | 11001011 | 11001 | 110111 | 0 | 10100 | 100010001 | 110100 | 111010 |
Color Harmonies of #995CCB
Complementary color
Monochromatic Colors of #995CCB
Black with #995CCB
Text Example
Text Example
White with #995CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995CCB; }
p { color: rgb(153,92,203); }
H1.HeaderClassName
{
color: #995CCB;
}
.AnyTagClassName
{
color: #995CCB;
}
</style>
background-color css
<style>
a { background-color: #995CCB; }
a { background-color: rgb(153,92,203); }
div.DivClassName
{
background-color: #995CCB;
}
.BgClassName
{
background-color: #995CCB;
}
</style>
border-color css
<style>
span { border-color: #995CCB; }
span { border-color: rgb(153,92,203); }
td.TdClassName
{
border-color: #995CCB;
}
.TagClassName
{
border-color: #995CCB;
}
</style>