Shades of Amethyst #955FC7
Tints of Amethyst #955FC7
RGB
CMYK
RGB Variations
Color information
#955FC7 (or 0x955FC7) is known color: Amethyst. HEX triplet: 95, 5F and C7. RGB value is (149,95,199). Sum of RGB (Red+Green+Blue) = 149+95+199=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #955FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC7 is #6AA038. Grayscale: #7A7A7A. Windows color (decimal): -6987833 or 13066133. OLE color: 13066133.
HSL color Cylindrical-coordinate representation of color #955FC7: hue angle of 271.15º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955FC7 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 95 | 199 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.22 |
| HSL | 271.15º | 0.48% | 0.58% | - |
| HSV(B) | 271.15º | 0.52% | 0.78% | - |
| XYZ | 26.8 | 18.7 | 56.23 | - |
| YUV | 123 | 170.89 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 199 | 0.25 | 0.52 | 0 | 0.22 | 271.15 | 0.48 | 0.58 |
| Hex | 95 | 5F | C7 | 19 | 34 | 0 | 16 | 10F | 30 | 3A |
| Octal | 225 | 137 | 307 | 31 | 64 | 0 | 26 | 417 | 60 | 72 |
| Binary | 10010101 | 1011111 | 11000111 | 11001 | 110100 | 0 | 10110 | 100001111 | 110000 | 111010 |
Color Harmonies of #955FC7
Complementary color
Monochromatic Colors of #955FC7
Black with #955FC7
Text Example
Text Example
White with #955FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FC7; }
p { color: rgb(149,95,199); }
H1.HeaderClassName
{
color: #955FC7;
}
.AnyTagClassName
{
color: #955FC7;
}
</style>
background-color css
<style>
a { background-color: #955FC7; }
a { background-color: rgb(149,95,199); }
div.DivClassName
{
background-color: #955FC7;
}
.BgClassName
{
background-color: #955FC7;
}
</style>
border-color css
<style>
span { border-color: #955FC7; }
span { border-color: rgb(149,95,199); }
td.TdClassName
{
border-color: #955FC7;
}
.TagClassName
{
border-color: #955FC7;
}
</style>