Shades of Amethyst #9558CF
Tints of Amethyst #9558CF
RGB
CMYK
RGB Variations
Color information
#9558CF (or 0x9558CF) is known color: Amethyst. HEX triplet: 95, 58 and CF. RGB value is (149,88,207). Sum of RGB (Red+Green+Blue) = 149+88+207=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 88 (34.77% from 255 or 19.82% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9558CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558CF is #6AA730. Grayscale: #777777. Windows color (decimal): -6989617 or 13588629. OLE color: 13588629.
HSL color Cylindrical-coordinate representation of color #9558CF: hue angle of 270.76º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9558CF is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 88 | 207 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.19 |
| HSL | 270.76º | 0.55% | 0.58% | - |
| HSV(B) | 270.76º | 0.57% | 0.81% | - |
| XYZ | 27.15 | 17.87 | 61.05 | - |
| YUV | 119.81 | 177.21 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 207 | 0.28 | 0.57 | 0 | 0.19 | 270.76 | 0.55 | 0.58 |
| Hex | 95 | 58 | CF | 1C | 39 | 0 | 13 | 10F | 37 | 3A |
| Octal | 225 | 130 | 317 | 34 | 71 | 0 | 23 | 417 | 67 | 72 |
| Binary | 10010101 | 1011000 | 11001111 | 11100 | 111001 | 0 | 10011 | 100001111 | 110111 | 111010 |
Color Harmonies of #9558CF
Complementary color
Monochromatic Colors of #9558CF
Black with #9558CF
Text Example
Text Example
White with #9558CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558CF; }
p { color: rgb(149,88,207); }
H1.HeaderClassName
{
color: #9558CF;
}
.AnyTagClassName
{
color: #9558CF;
}
</style>
background-color css
<style>
a { background-color: #9558CF; }
a { background-color: rgb(149,88,207); }
div.DivClassName
{
background-color: #9558CF;
}
.BgClassName
{
background-color: #9558CF;
}
</style>
border-color css
<style>
span { border-color: #9558CF; }
span { border-color: rgb(149,88,207); }
td.TdClassName
{
border-color: #9558CF;
}
.TagClassName
{
border-color: #9558CF;
}
</style>