Shades of Amethyst #955DCF
Tints of Amethyst #955DCF
RGB
CMYK
RGB Variations
Color information
#955DCF (or 0x955DCF) is known color: Amethyst. HEX triplet: 95, 5D and CF. RGB value is (149,93,207). Sum of RGB (Red+Green+Blue) = 149+93+207=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #955DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DCF is #6AA230. Grayscale: #7A7A7A. Windows color (decimal): -6988337 or 13589909. OLE color: 13589909.
HSL color Cylindrical-coordinate representation of color #955DCF: hue angle of 269.47º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #955DCF is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 93 | 207 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.19 |
| HSL | 269.47º | 0.54% | 0.59% | - |
| HSV(B) | 269.47º | 0.55% | 0.81% | - |
| XYZ | 27.57 | 18.72 | 61.19 | - |
| YUV | 122.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 207 | 0.28 | 0.55 | 0 | 0.19 | 269.47 | 0.54 | 0.59 |
| Hex | 95 | 5D | CF | 1C | 37 | 0 | 13 | 10D | 36 | 3B |
| Octal | 225 | 135 | 317 | 34 | 67 | 0 | 23 | 415 | 66 | 73 |
| Binary | 10010101 | 1011101 | 11001111 | 11100 | 110111 | 0 | 10011 | 100001101 | 110110 | 111011 |
Color Harmonies of #955DCF
Complementary color
Monochromatic Colors of #955DCF
Black with #955DCF
Text Example
Text Example
White with #955DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DCF; }
p { color: rgb(149,93,207); }
H1.HeaderClassName
{
color: #955DCF;
}
.AnyTagClassName
{
color: #955DCF;
}
</style>
background-color css
<style>
a { background-color: #955DCF; }
a { background-color: rgb(149,93,207); }
div.DivClassName
{
background-color: #955DCF;
}
.BgClassName
{
background-color: #955DCF;
}
</style>
border-color css
<style>
span { border-color: #955DCF; }
span { border-color: rgb(149,93,207); }
td.TdClassName
{
border-color: #955DCF;
}
.TagClassName
{
border-color: #955DCF;
}
</style>