Shades of Amethyst #9151CF
Tints of Amethyst #9151CF
RGB
CMYK
RGB Variations
Color information
#9151CF (or 0x9151CF) is known color: Amethyst. HEX triplet: 91, 51 and CF. RGB value is (145,81,207). Sum of RGB (Red+Green+Blue) = 145+81+207=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #9151CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9151CF is #6EAE30. Grayscale: #727272. Windows color (decimal): -7253553 or 13586833. OLE color: 13586833.
HSL color Cylindrical-coordinate representation of color #9151CF: hue angle of 270.48º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9151CF is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 81 | 207 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.19 |
| HSL | 270.48º | 0.57% | 0.56% | - |
| HSV(B) | 270.48º | 0.61% | 0.81% | - |
| XYZ | 25.88 | 16.41 | 60.83 | - |
| YUV | 114.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 207 | 0.30 | 0.61 | 0 | 0.19 | 270.48 | 0.57 | 0.56 |
| Hex | 91 | 51 | CF | 1E | 3D | 0 | 13 | 10E | 39 | 38 |
| Octal | 221 | 121 | 317 | 36 | 75 | 0 | 23 | 416 | 71 | 70 |
| Binary | 10010001 | 1010001 | 11001111 | 11110 | 111101 | 0 | 10011 | 100001110 | 111001 | 111000 |
Color Harmonies of #9151CF
Complementary color
Monochromatic Colors of #9151CF
Black with #9151CF
Text Example
Text Example
White with #9151CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9151CF; }
p { color: rgb(145,81,207); }
H1.HeaderClassName
{
color: #9151CF;
}
.AnyTagClassName
{
color: #9151CF;
}
</style>
background-color css
<style>
a { background-color: #9151CF; }
a { background-color: rgb(145,81,207); }
div.DivClassName
{
background-color: #9151CF;
}
.BgClassName
{
background-color: #9151CF;
}
</style>
border-color css
<style>
span { border-color: #9151CF; }
span { border-color: rgb(145,81,207); }
td.TdClassName
{
border-color: #9151CF;
}
.TagClassName
{
border-color: #9151CF;
}
</style>