Shades of Amethyst #9558CB
Tints of Amethyst #9558CB
RGB
CMYK
RGB Variations
Color information
#9558CB (or 0x9558CB) is known color: Amethyst. HEX triplet: 95, 58 and CB. RGB value is (149,88,203). Sum of RGB (Red+Green+Blue) = 149+88+203=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9558CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558CB is #6AA734. Grayscale: #767676. Windows color (decimal): -6989621 or 13326485. OLE color: 13326485.
HSL color Cylindrical-coordinate representation of color #9558CB: hue angle of 271.83º degrees, saturation: 0.53, 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 #9558CB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 88 | 203 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.20 |
| HSL | 271.83º | 0.53% | 0.57% | - |
| HSV(B) | 271.83º | 0.57% | 0.8% | - |
| XYZ | 26.66 | 17.68 | 58.51 | - |
| YUV | 119.35 | 175.21 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 203 | 0.27 | 0.57 | 0 | 0.20 | 271.83 | 0.53 | 0.57 |
| Hex | 95 | 58 | CB | 1B | 39 | 0 | 14 | 110 | 35 | 39 |
| Octal | 225 | 130 | 313 | 33 | 71 | 0 | 24 | 420 | 65 | 71 |
| Binary | 10010101 | 1011000 | 11001011 | 11011 | 111001 | 0 | 10100 | 100010000 | 110101 | 111001 |
Color Harmonies of #9558CB
Complementary color
Monochromatic Colors of #9558CB
Black with #9558CB
Text Example
Text Example
White with #9558CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558CB; }
p { color: rgb(149,88,203); }
H1.HeaderClassName
{
color: #9558CB;
}
.AnyTagClassName
{
color: #9558CB;
}
</style>
background-color css
<style>
a { background-color: #9558CB; }
a { background-color: rgb(149,88,203); }
div.DivClassName
{
background-color: #9558CB;
}
.BgClassName
{
background-color: #9558CB;
}
</style>
border-color css
<style>
span { border-color: #9558CB; }
span { border-color: rgb(149,88,203); }
td.TdClassName
{
border-color: #9558CB;
}
.TagClassName
{
border-color: #9558CB;
}
</style>