Shades of Amethyst #955DCB
Tints of Amethyst #955DCB
RGB
CMYK
RGB Variations
Color information
#955DCB (or 0x955DCB) is known color: Amethyst. HEX triplet: 95, 5D and CB. RGB value is (149,93,203). Sum of RGB (Red+Green+Blue) = 149+93+203=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #955DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DCB is #6AA234. Grayscale: #797979. Windows color (decimal): -6988341 or 13327765. OLE color: 13327765.
HSL color Cylindrical-coordinate representation of color #955DCB: hue angle of 270.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955DCB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 93 | 203 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.20 |
| HSL | 270.55º | 0.51% | 0.58% | - |
| HSV(B) | 270.55º | 0.54% | 0.8% | - |
| XYZ | 27.09 | 18.53 | 58.65 | - |
| YUV | 122.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 203 | 0.27 | 0.54 | 0 | 0.20 | 270.55 | 0.51 | 0.58 |
| Hex | 95 | 5D | CB | 1B | 36 | 0 | 14 | 10F | 33 | 3A |
| Octal | 225 | 135 | 313 | 33 | 66 | 0 | 24 | 417 | 63 | 72 |
| Binary | 10010101 | 1011101 | 11001011 | 11011 | 110110 | 0 | 10100 | 100001111 | 110011 | 111010 |
Color Harmonies of #955DCB
Complementary color
Monochromatic Colors of #955DCB
Black with #955DCB
Text Example
Text Example
White with #955DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955DCB; }
p { color: rgb(149,93,203); }
H1.HeaderClassName
{
color: #955DCB;
}
.AnyTagClassName
{
color: #955DCB;
}
</style>
background-color css
<style>
a { background-color: #955DCB; }
a { background-color: rgb(149,93,203); }
div.DivClassName
{
background-color: #955DCB;
}
.BgClassName
{
background-color: #955DCB;
}
</style>
border-color css
<style>
span { border-color: #955DCB; }
span { border-color: rgb(149,93,203); }
td.TdClassName
{
border-color: #955DCB;
}
.TagClassName
{
border-color: #955DCB;
}
</style>