Shades of Amethyst #9163CA
Tints of Amethyst #9163CA
RGB
CMYK
RGB Variations
Color information
#9163CA (or 0x9163CA) is known color: Amethyst. HEX triplet: 91, 63 and CA. RGB value is (145,99,202). Sum of RGB (Red+Green+Blue) = 145+99+202=446 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.51% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #9163CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163CA is #6E9C35. Grayscale: #7C7C7C. Windows color (decimal): -7248950 or 13263761. OLE color: 13263761.
HSL color Cylindrical-coordinate representation of color #9163CA: hue angle of 266.8º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9163CA is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 99 | 202 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.21 |
| HSL | 266.8º | 0.49% | 0.59% | - |
| HSV(B) | 266.8º | 0.51% | 0.79% | - |
| XYZ | 26.8 | 19.21 | 58.17 | - |
| YUV | 124.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 202 | 0.28 | 0.51 | 0 | 0.21 | 266.8 | 0.49 | 0.59 |
| Hex | 91 | 63 | CA | 1C | 33 | 0 | 15 | 10B | 31 | 3B |
| Octal | 221 | 143 | 312 | 34 | 63 | 0 | 25 | 413 | 61 | 73 |
| Binary | 10010001 | 1100011 | 11001010 | 11100 | 110011 | 0 | 10101 | 100001011 | 110001 | 111011 |
Color Harmonies of #9163CA
Complementary color
Monochromatic Colors of #9163CA
Black with #9163CA
Text Example
Text Example
White with #9163CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163CA; }
p { color: rgb(145,99,202); }
H1.HeaderClassName
{
color: #9163CA;
}
.AnyTagClassName
{
color: #9163CA;
}
</style>
background-color css
<style>
a { background-color: #9163CA; }
a { background-color: rgb(145,99,202); }
div.DivClassName
{
background-color: #9163CA;
}
.BgClassName
{
background-color: #9163CA;
}
</style>
border-color css
<style>
span { border-color: #9163CA; }
span { border-color: rgb(145,99,202); }
td.TdClassName
{
border-color: #9163CA;
}
.TagClassName
{
border-color: #9163CA;
}
</style>