Shades of Amethyst #9558CD
Tints of Amethyst #9558CD
RGB
CMYK
RGB Variations
Color information
#9558CD (or 0x9558CD) is known color: Amethyst. HEX triplet: 95, 58 and CD. RGB value is (149,88,205). Sum of RGB (Red+Green+Blue) = 149+88+205=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 88 (34.77% from 255 or 19.91% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #9558CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558CD is #6AA732. Grayscale: #777777. Windows color (decimal): -6989619 or 13457557. OLE color: 13457557.
HSL color Cylindrical-coordinate representation of color #9558CD: hue angle of 271.28º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9558CD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 88 | 205 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.20 |
| HSL | 271.28º | 0.54% | 0.57% | - |
| HSV(B) | 271.28º | 0.57% | 0.8% | - |
| XYZ | 26.9 | 17.78 | 59.77 | - |
| YUV | 119.58 | 176.21 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 205 | 0.27 | 0.57 | 0 | 0.20 | 271.28 | 0.54 | 0.57 |
| Hex | 95 | 58 | CD | 1B | 39 | 0 | 14 | 10F | 36 | 39 |
| Octal | 225 | 130 | 315 | 33 | 71 | 0 | 24 | 417 | 66 | 71 |
| Binary | 10010101 | 1011000 | 11001101 | 11011 | 111001 | 0 | 10100 | 100001111 | 110110 | 111001 |
Color Harmonies of #9558CD
Complementary color
Monochromatic Colors of #9558CD
Black with #9558CD
Text Example
Text Example
White with #9558CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558CD; }
p { color: rgb(149,88,205); }
H1.HeaderClassName
{
color: #9558CD;
}
.AnyTagClassName
{
color: #9558CD;
}
</style>
background-color css
<style>
a { background-color: #9558CD; }
a { background-color: rgb(149,88,205); }
div.DivClassName
{
background-color: #9558CD;
}
.BgClassName
{
background-color: #9558CD;
}
</style>
border-color css
<style>
span { border-color: #9558CD; }
span { border-color: rgb(149,88,205); }
td.TdClassName
{
border-color: #9558CD;
}
.TagClassName
{
border-color: #9558CD;
}
</style>