Shades of Amethyst #955FC2
Tints of Amethyst #955FC2
RGB
CMYK
RGB Variations
Color information
#955FC2 (or 0x955FC2) is known color: Amethyst. HEX triplet: 95, 5F and C2. RGB value is (149,95,194). Sum of RGB (Red+Green+Blue) = 149+95+194=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 194 - color contains mainly: blue. Hex color #955FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC2 is #6AA03D. Grayscale: #7A7A7A. Windows color (decimal): -6987838 or 12738453. OLE color: 12738453.
HSL color Cylindrical-coordinate representation of color #955FC2: hue angle of 272.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #955FC2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 95 | 194 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.24 |
| HSL | 272.73º | 0.45% | 0.57% | - |
| HSV(B) | 272.73º | 0.51% | 0.76% | - |
| XYZ | 26.22 | 18.47 | 53.22 | - |
| YUV | 122.43 | 168.39 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 194 | 0.23 | 0.51 | 0 | 0.24 | 272.73 | 0.45 | 0.57 |
| Hex | 95 | 5F | C2 | 17 | 33 | 0 | 18 | 111 | 2D | 39 |
| Octal | 225 | 137 | 302 | 27 | 63 | 0 | 30 | 421 | 55 | 71 |
| Binary | 10010101 | 1011111 | 11000010 | 10111 | 110011 | 0 | 11000 | 100010001 | 101101 | 111001 |
Color Harmonies of #955FC2
Complementary color
Monochromatic Colors of #955FC2
Black with #955FC2
Text Example
Text Example
White with #955FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FC2; }
p { color: rgb(149,95,194); }
H1.HeaderClassName
{
color: #955FC2;
}
.AnyTagClassName
{
color: #955FC2;
}
</style>
background-color css
<style>
a { background-color: #955FC2; }
a { background-color: rgb(149,95,194); }
div.DivClassName
{
background-color: #955FC2;
}
.BgClassName
{
background-color: #955FC2;
}
</style>
border-color css
<style>
span { border-color: #955FC2; }
span { border-color: rgb(149,95,194); }
td.TdClassName
{
border-color: #955FC2;
}
.TagClassName
{
border-color: #955FC2;
}
</style>