Shades of Amethyst #955DCD
Tints of Amethyst #955DCD
RGB
CMYK
RGB Variations
Color information
#955DCD (or 0x955DCD) is known color: Amethyst. HEX triplet: 95, 5D and CD. RGB value is (149,93,205). Sum of RGB (Red+Green+Blue) = 149+93+205=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 93 (36.72% from 255 or 20.81% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #955DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DCD is #6AA232. Grayscale: #7A7A7A. Windows color (decimal): -6988339 or 13458837. OLE color: 13458837.
HSL color Cylindrical-coordinate representation of color #955DCD: hue angle of 270º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #955DCD is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 93 | 205 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.20 |
| HSL | 270º | 0.53% | 0.58% | - |
| HSV(B) | 270º | 0.55% | 0.8% | - |
| XYZ | 27.33 | 18.63 | 59.91 | - |
| YUV | 122.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 205 | 0.27 | 0.55 | 0 | 0.20 | 270 | 0.53 | 0.58 |
| Hex | 95 | 5D | CD | 1B | 37 | 0 | 14 | 10E | 35 | 3A |
| Octal | 225 | 135 | 315 | 33 | 67 | 0 | 24 | 416 | 65 | 72 |
| Binary | 10010101 | 1011101 | 11001101 | 11011 | 110111 | 0 | 10100 | 100001110 | 110101 | 111010 |
Color Harmonies of #955DCD
Complementary color
Monochromatic Colors of #955DCD
Black with #955DCD
Text Example
Text Example
White with #955DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DCD; }
p { color: rgb(149,93,205); }
H1.HeaderClassName
{
color: #955DCD;
}
.AnyTagClassName
{
color: #955DCD;
}
</style>
background-color css
<style>
a { background-color: #955DCD; }
a { background-color: rgb(149,93,205); }
div.DivClassName
{
background-color: #955DCD;
}
.BgClassName
{
background-color: #955DCD;
}
</style>
border-color css
<style>
span { border-color: #955DCD; }
span { border-color: rgb(149,93,205); }
td.TdClassName
{
border-color: #955DCD;
}
.TagClassName
{
border-color: #955DCD;
}
</style>