Shades of Amethyst #9562C3
Tints of Amethyst #9562C3
RGB
CMYK
RGB Variations
Color information
#9562C3 (or 0x9562C3) is known color: Amethyst. HEX triplet: 95, 62 and C3. RGB value is (149,98,195). Sum of RGB (Red+Green+Blue) = 149+98+195=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 98 (38.67% from 255 or 22.17% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 195 - color contains mainly: blue. Hex color #9562C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562C3 is #6A9D3C. Grayscale: #7B7B7B. Windows color (decimal): -6987069 or 12804757. OLE color: 12804757.
HSL color Cylindrical-coordinate representation of color #9562C3: hue angle of 271.55º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9562C3 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 98 | 195 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.24 |
| HSL | 271.55º | 0.45% | 0.57% | - |
| HSV(B) | 271.55º | 0.5% | 0.76% | - |
| XYZ | 26.61 | 19.07 | 53.91 | - |
| YUV | 124.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 195 | 0.24 | 0.50 | 0 | 0.24 | 271.55 | 0.45 | 0.57 |
| Hex | 95 | 62 | C3 | 18 | 32 | 0 | 18 | 110 | 2D | 39 |
| Octal | 225 | 142 | 303 | 30 | 62 | 0 | 30 | 420 | 55 | 71 |
| Binary | 10010101 | 1100010 | 11000011 | 11000 | 110010 | 0 | 11000 | 100010000 | 101101 | 111001 |
Color Harmonies of #9562C3
Complementary color
Monochromatic Colors of #9562C3
Black with #9562C3
Text Example
Text Example
White with #9562C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562C3; }
p { color: rgb(149,98,195); }
H1.HeaderClassName
{
color: #9562C3;
}
.AnyTagClassName
{
color: #9562C3;
}
</style>
background-color css
<style>
a { background-color: #9562C3; }
a { background-color: rgb(149,98,195); }
div.DivClassName
{
background-color: #9562C3;
}
.BgClassName
{
background-color: #9562C3;
}
</style>
border-color css
<style>
span { border-color: #9562C3; }
span { border-color: rgb(149,98,195); }
td.TdClassName
{
border-color: #9562C3;
}
.TagClassName
{
border-color: #9562C3;
}
</style>