Shades of Amethyst #9167CE
Tints of Amethyst #9167CE
RGB
CMYK
RGB Variations
Color information
#9167CE (or 0x9167CE) is known color: Amethyst. HEX triplet: 91, 67 and CE. RGB value is (145,103,206). Sum of RGB (Red+Green+Blue) = 145+103+206=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 103 (40.62% from 255 or 22.69% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #9167CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167CE is #6E9831. Grayscale: #7E7E7E. Windows color (decimal): -7247922 or 13526929. OLE color: 13526929.
HSL color Cylindrical-coordinate representation of color #9167CE: hue angle of 264.47º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9167CE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 103 | 206 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.19 |
| HSL | 264.47º | 0.51% | 0.61% | - |
| HSV(B) | 264.47º | 0.5% | 0.81% | - |
| XYZ | 27.67 | 20.18 | 60.83 | - |
| YUV | 127.3 | 172.41 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 206 | 0.30 | 0.50 | 0 | 0.19 | 264.47 | 0.51 | 0.61 |
| Hex | 91 | 67 | CE | 1E | 32 | 0 | 13 | 108 | 33 | 3D |
| Octal | 221 | 147 | 316 | 36 | 62 | 0 | 23 | 410 | 63 | 75 |
| Binary | 10010001 | 1100111 | 11001110 | 11110 | 110010 | 0 | 10011 | 100001000 | 110011 | 111101 |
Color Harmonies of #9167CE
Complementary color
Monochromatic Colors of #9167CE
Black with #9167CE
Text Example
Text Example
White with #9167CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9167CE; }
p { color: rgb(145,103,206); }
H1.HeaderClassName
{
color: #9167CE;
}
.AnyTagClassName
{
color: #9167CE;
}
</style>
background-color css
<style>
a { background-color: #9167CE; }
a { background-color: rgb(145,103,206); }
div.DivClassName
{
background-color: #9167CE;
}
.BgClassName
{
background-color: #9167CE;
}
</style>
border-color css
<style>
span { border-color: #9167CE; }
span { border-color: rgb(145,103,206); }
td.TdClassName
{
border-color: #9167CE;
}
.TagClassName
{
border-color: #9167CE;
}
</style>