Shades of Amethyst #9167CF
Tints of Amethyst #9167CF
RGB
CMYK
RGB Variations
Color information
#9167CF (or 0x9167CF) is known color: Amethyst. HEX triplet: 91, 67 and CF. RGB value is (145,103,207). Sum of RGB (Red+Green+Blue) = 145+103+207=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #9167CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167CF is #6E9830. Grayscale: #7F7F7F. Windows color (decimal): -7247921 or 13592465. OLE color: 13592465.
HSL color Cylindrical-coordinate representation of color #9167CF: hue angle of 264.23º degrees, saturation: 0.52, 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 #9167CF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 103 | 207 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.19 |
| HSL | 264.23º | 0.52% | 0.61% | - |
| HSV(B) | 264.23º | 0.5% | 0.81% | - |
| XYZ | 27.79 | 20.23 | 61.47 | - |
| YUV | 127.41 | 172.91 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 207 | 0.30 | 0.50 | 0 | 0.19 | 264.23 | 0.52 | 0.61 |
| Hex | 91 | 67 | CF | 1E | 32 | 0 | 13 | 108 | 34 | 3D |
| Octal | 221 | 147 | 317 | 36 | 62 | 0 | 23 | 410 | 64 | 75 |
| Binary | 10010001 | 1100111 | 11001111 | 11110 | 110010 | 0 | 10011 | 100001000 | 110100 | 111101 |
Color Harmonies of #9167CF
Complementary color
Monochromatic Colors of #9167CF
Black with #9167CF
Text Example
Text Example
White with #9167CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9167CF; }
p { color: rgb(145,103,207); }
H1.HeaderClassName
{
color: #9167CF;
}
.AnyTagClassName
{
color: #9167CF;
}
</style>
background-color css
<style>
a { background-color: #9167CF; }
a { background-color: rgb(145,103,207); }
div.DivClassName
{
background-color: #9167CF;
}
.BgClassName
{
background-color: #9167CF;
}
</style>
border-color css
<style>
span { border-color: #9167CF; }
span { border-color: rgb(145,103,207); }
td.TdClassName
{
border-color: #9167CF;
}
.TagClassName
{
border-color: #9167CF;
}
</style>