Shades of Amethyst #9562BF
Tints of Amethyst #9562BF
RGB
CMYK
RGB Variations
Color information
#9562BF (or 0x9562BF) is known color: Amethyst. HEX triplet: 95, 62 and BF. RGB value is (149,98,191). Sum of RGB (Red+Green+Blue) = 149+98+191=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #9562BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9562BF is #6A9D40. Grayscale: #7B7B7B. Windows color (decimal): -6987073 or 12542613. OLE color: 12542613.
HSL color Cylindrical-coordinate representation of color #9562BF: hue angle of 272.9º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9562BF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 98 | 191 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.25 |
| HSL | 272.9º | 0.42% | 0.57% | - |
| HSV(B) | 272.9º | 0.49% | 0.75% | - |
| XYZ | 26.17 | 18.89 | 51.56 | - |
| YUV | 123.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 98 | 191 | 0.22 | 0.49 | 0 | 0.25 | 272.9 | 0.42 | 0.57 |
| Hex | 95 | 62 | BF | 16 | 31 | 0 | 19 | 111 | 2A | 39 |
| Octal | 225 | 142 | 277 | 26 | 61 | 0 | 31 | 421 | 52 | 71 |
| Binary | 10010101 | 1100010 | 10111111 | 10110 | 110001 | 0 | 11001 | 100010001 | 101010 | 111001 |
Color Harmonies of #9562BF
Complementary color
Monochromatic Colors of #9562BF
Black with #9562BF
Text Example
Text Example
White with #9562BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9562BF; }
p { color: rgb(149,98,191); }
H1.HeaderClassName
{
color: #9562BF;
}
.AnyTagClassName
{
color: #9562BF;
}
</style>
background-color css
<style>
a { background-color: #9562BF; }
a { background-color: rgb(149,98,191); }
div.DivClassName
{
background-color: #9562BF;
}
.BgClassName
{
background-color: #9562BF;
}
</style>
border-color css
<style>
span { border-color: #9562BF; }
span { border-color: rgb(149,98,191); }
td.TdClassName
{
border-color: #9562BF;
}
.TagClassName
{
border-color: #9562BF;
}
</style>