Shades of Amethyst #955FC6
Tints of Amethyst #955FC6
RGB
CMYK
RGB Variations
Color information
#955FC6 (or 0x955FC6) is known color: Amethyst. HEX triplet: 95, 5F and C6. RGB value is (149,95,198). Sum of RGB (Red+Green+Blue) = 149+95+198=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #955FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC6 is #6AA039. Grayscale: #7A7A7A. Windows color (decimal): -6987834 or 13000597. OLE color: 13000597.
HSL color Cylindrical-coordinate representation of color #955FC6: hue angle of 271.46º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955FC6 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 95 | 198 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.22 |
| HSL | 271.46º | 0.47% | 0.57% | - |
| HSV(B) | 271.46º | 0.52% | 0.78% | - |
| XYZ | 26.68 | 18.65 | 55.62 | - |
| YUV | 122.89 | 170.39 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 198 | 0.25 | 0.52 | 0 | 0.22 | 271.46 | 0.47 | 0.57 |
| Hex | 95 | 5F | C6 | 19 | 34 | 0 | 16 | 10F | 2F | 39 |
| Octal | 225 | 137 | 306 | 31 | 64 | 0 | 26 | 417 | 57 | 71 |
| Binary | 10010101 | 1011111 | 11000110 | 11001 | 110100 | 0 | 10110 | 100001111 | 101111 | 111001 |
Color Harmonies of #955FC6
Complementary color
Monochromatic Colors of #955FC6
Black with #955FC6
Text Example
Text Example
White with #955FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FC6; }
p { color: rgb(149,95,198); }
H1.HeaderClassName
{
color: #955FC6;
}
.AnyTagClassName
{
color: #955FC6;
}
</style>
background-color css
<style>
a { background-color: #955FC6; }
a { background-color: rgb(149,95,198); }
div.DivClassName
{
background-color: #955FC6;
}
.BgClassName
{
background-color: #955FC6;
}
</style>
border-color css
<style>
span { border-color: #955FC6; }
span { border-color: rgb(149,95,198); }
td.TdClassName
{
border-color: #955FC6;
}
.TagClassName
{
border-color: #955FC6;
}
</style>