Shades of Amethyst #9168CF
Tints of Amethyst #9168CF
RGB
CMYK
RGB Variations
Color information
#9168CF (or 0x9168CF) is known color: Amethyst. HEX triplet: 91, 68 and CF. RGB value is (145,104,207). Sum of RGB (Red+Green+Blue) = 145+104+207=456 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.80% from 456); Green value is 104 (41.02% from 255 or 22.81% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9168CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9168CF is #6E9730. Grayscale: #7F7F7F. Windows color (decimal): -7247665 or 13592721. OLE color: 13592721.
HSL color Cylindrical-coordinate representation of color #9168CF: hue angle of 263.88º 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 #9168CF is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 104 | 207 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.19 |
| HSL | 263.88º | 0.52% | 0.61% | - |
| HSV(B) | 263.88º | 0.5% | 0.81% | - |
| XYZ | 27.89 | 20.43 | 61.5 | - |
| YUV | 128 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 207 | 0.30 | 0.50 | 0 | 0.19 | 263.88 | 0.52 | 0.61 |
| Hex | 91 | 68 | CF | 1E | 32 | 0 | 13 | 108 | 34 | 3D |
| Octal | 221 | 150 | 317 | 36 | 62 | 0 | 23 | 410 | 64 | 75 |
| Binary | 10010001 | 1101000 | 11001111 | 11110 | 110010 | 0 | 10011 | 100001000 | 110100 | 111101 |
Color Harmonies of #9168CF
Complementary color
Monochromatic Colors of #9168CF
Black with #9168CF
Text Example
Text Example
White with #9168CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168CF; }
p { color: rgb(145,104,207); }
H1.HeaderClassName
{
color: #9168CF;
}
.AnyTagClassName
{
color: #9168CF;
}
</style>
background-color css
<style>
a { background-color: #9168CF; }
a { background-color: rgb(145,104,207); }
div.DivClassName
{
background-color: #9168CF;
}
.BgClassName
{
background-color: #9168CF;
}
</style>
border-color css
<style>
span { border-color: #9168CF; }
span { border-color: rgb(145,104,207); }
td.TdClassName
{
border-color: #9168CF;
}
.TagClassName
{
border-color: #9168CF;
}
</style>