Shades of Amethyst #9562CD
Tints of Amethyst #9562CD
RGB
CMYK
RGB Variations
Color information
#9562CD (or 0x9562CD) is known color: Amethyst. HEX triplet: 95, 62 and CD. RGB value is (149,98,205). Sum of RGB (Red+Green+Blue) = 149+98+205=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 205 (80.47% from 255 or 45.35% from 452); Max value from RGB is 205 - color contains mainly: blue. Hex color #9562CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562CD is #6A9D32. Grayscale: #7D7D7D. Windows color (decimal): -6987059 or 13460117. OLE color: 13460117.
HSL color Cylindrical-coordinate representation of color #9562CD: hue angle of 268.6º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9562CD is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 98 | 205 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.20 |
| HSL | 268.6º | 0.52% | 0.59% | - |
| HSV(B) | 268.6º | 0.52% | 0.8% | - |
| XYZ | 27.78 | 19.53 | 60.06 | - |
| YUV | 125.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 205 | 0.27 | 0.52 | 0 | 0.20 | 268.6 | 0.52 | 0.59 |
| Hex | 95 | 62 | CD | 1B | 34 | 0 | 14 | 10D | 34 | 3B |
| Octal | 225 | 142 | 315 | 33 | 64 | 0 | 24 | 415 | 64 | 73 |
| Binary | 10010101 | 1100010 | 11001101 | 11011 | 110100 | 0 | 10100 | 100001101 | 110100 | 111011 |
Color Harmonies of #9562CD
Complementary color
Monochromatic Colors of #9562CD
Black with #9562CD
Text Example
Text Example
White with #9562CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562CD; }
p { color: rgb(149,98,205); }
H1.HeaderClassName
{
color: #9562CD;
}
.AnyTagClassName
{
color: #9562CD;
}
</style>
background-color css
<style>
a { background-color: #9562CD; }
a { background-color: rgb(149,98,205); }
div.DivClassName
{
background-color: #9562CD;
}
.BgClassName
{
background-color: #9562CD;
}
</style>
border-color css
<style>
span { border-color: #9562CD; }
span { border-color: rgb(149,98,205); }
td.TdClassName
{
border-color: #9562CD;
}
.TagClassName
{
border-color: #9562CD;
}
</style>