Shades of Amethyst #9565BE
Tints of Amethyst #9565BE
RGB
CMYK
RGB Variations
Color information
#9565BE (or 0x9565BE) is known color: Amethyst. HEX triplet: 95, 65 and BE. RGB value is (149,101,190). Sum of RGB (Red+Green+Blue) = 149+101+190=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9565BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9565BE is #6A9A41. Grayscale: #7D7D7D. Windows color (decimal): -6986306 or 12477845. OLE color: 12477845.
HSL color Cylindrical-coordinate representation of color #9565BE: hue angle of 272.36º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9565BE is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 101 | 190 | - |
| CMYK | 0.22 | 0.47 | 0 | 0.25 |
| HSL | 272.36º | 0.41% | 0.57% | - |
| HSV(B) | 272.36º | 0.47% | 0.75% | - |
| XYZ | 26.34 | 19.41 | 51.07 | - |
| YUV | 125.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 190 | 0.22 | 0.47 | 0 | 0.25 | 272.36 | 0.41 | 0.57 |
| Hex | 95 | 65 | BE | 16 | 2F | 0 | 19 | 110 | 29 | 39 |
| Octal | 225 | 145 | 276 | 26 | 57 | 0 | 31 | 420 | 51 | 71 |
| Binary | 10010101 | 1100101 | 10111110 | 10110 | 101111 | 0 | 11001 | 100010000 | 101001 | 111001 |
Color Harmonies of #9565BE
Complementary color
Monochromatic Colors of #9565BE
Black with #9565BE
Text Example
Text Example
White with #9565BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9565BE; }
p { color: rgb(149,101,190); }
H1.HeaderClassName
{
color: #9565BE;
}
.AnyTagClassName
{
color: #9565BE;
}
</style>
background-color css
<style>
a { background-color: #9565BE; }
a { background-color: rgb(149,101,190); }
div.DivClassName
{
background-color: #9565BE;
}
.BgClassName
{
background-color: #9565BE;
}
</style>
border-color css
<style>
span { border-color: #9565BE; }
span { border-color: rgb(149,101,190); }
td.TdClassName
{
border-color: #9565BE;
}
.TagClassName
{
border-color: #9565BE;
}
</style>