Shades of Amethyst #955CD5
Tints of Amethyst #955CD5
RGB
CMYK
RGB Variations
Color information
#955CD5 (or 0x955CD5) is known color: Amethyst. HEX triplet: 95, 5C and D5. RGB value is (149,92,213). Sum of RGB (Red+Green+Blue) = 149+92+213=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #955CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CD5 is #6AA32A. Grayscale: #7A7A7A. Windows color (decimal): -6988587 or 13982869. OLE color: 13982869.
HSL color Cylindrical-coordinate representation of color #955CD5: hue angle of 268.26º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955CD5 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 92 | 213 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.16 |
| HSL | 268.26º | 0.59% | 0.6% | - |
| HSV(B) | 268.26º | 0.57% | 0.84% | - |
| XYZ | 28.23 | 18.85 | 65.1 | - |
| YUV | 122.84 | 178.88 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 213 | 0.30 | 0.57 | 0 | 0.16 | 268.26 | 0.59 | 0.6 |
| Hex | 95 | 5C | D5 | 1E | 39 | 0 | 10 | 10C | 3B | 3C |
| Octal | 225 | 134 | 325 | 36 | 71 | 0 | 20 | 414 | 73 | 74 |
| Binary | 10010101 | 1011100 | 11010101 | 11110 | 111001 | 0 | 10000 | 100001100 | 111011 | 111100 |
Color Harmonies of #955CD5
Complementary color
Monochromatic Colors of #955CD5
Black with #955CD5
Text Example
Text Example
White with #955CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CD5; }
p { color: rgb(149,92,213); }
H1.HeaderClassName
{
color: #955CD5;
}
.AnyTagClassName
{
color: #955CD5;
}
</style>
background-color css
<style>
a { background-color: #955CD5; }
a { background-color: rgb(149,92,213); }
div.DivClassName
{
background-color: #955CD5;
}
.BgClassName
{
background-color: #955CD5;
}
</style>
border-color css
<style>
span { border-color: #955CD5; }
span { border-color: rgb(149,92,213); }
td.TdClassName
{
border-color: #955CD5;
}
.TagClassName
{
border-color: #955CD5;
}
</style>