Shades of Amethyst #955FCD
Tints of Amethyst #955FCD
RGB
CMYK
RGB Variations
Color information
#955FCD (or 0x955FCD) is known color: Amethyst. HEX triplet: 95, 5F and CD. RGB value is (149,95,205). Sum of RGB (Red+Green+Blue) = 149+95+205=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #955FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCD is #6AA032. Grayscale: #7B7B7B. Windows color (decimal): -6987827 or 13459349. OLE color: 13459349.
HSL color Cylindrical-coordinate representation of color #955FCD: hue angle of 269.45º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955FCD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 95 | 205 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.20 |
| HSL | 269.45º | 0.52% | 0.59% | - |
| HSV(B) | 269.45º | 0.54% | 0.8% | - |
| XYZ | 27.51 | 18.98 | 59.97 | - |
| YUV | 123.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 205 | 0.27 | 0.54 | 0 | 0.20 | 269.45 | 0.52 | 0.59 |
| Hex | 95 | 5F | CD | 1B | 36 | 0 | 14 | 10D | 34 | 3B |
| Octal | 225 | 137 | 315 | 33 | 66 | 0 | 24 | 415 | 64 | 73 |
| Binary | 10010101 | 1011111 | 11001101 | 11011 | 110110 | 0 | 10100 | 100001101 | 110100 | 111011 |
Color Harmonies of #955FCD
Complementary color
Monochromatic Colors of #955FCD
Black with #955FCD
Text Example
Text Example
White with #955FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FCD; }
p { color: rgb(149,95,205); }
H1.HeaderClassName
{
color: #955FCD;
}
.AnyTagClassName
{
color: #955FCD;
}
</style>
background-color css
<style>
a { background-color: #955FCD; }
a { background-color: rgb(149,95,205); }
div.DivClassName
{
background-color: #955FCD;
}
.BgClassName
{
background-color: #955FCD;
}
</style>
border-color css
<style>
span { border-color: #955FCD; }
span { border-color: rgb(149,95,205); }
td.TdClassName
{
border-color: #955FCD;
}
.TagClassName
{
border-color: #955FCD;
}
</style>