Shades of Amethyst #9168CD
Tints of Amethyst #9168CD
RGB
CMYK
RGB Variations
Color information
#9168CD (or 0x9168CD) is known color: Amethyst. HEX triplet: 91, 68 and CD. RGB value is (145,104,205). Sum of RGB (Red+Green+Blue) = 145+104+205=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 104 (41.02% from 255 or 22.91% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9168CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9168CD is #6E9732. Grayscale: #7F7F7F. Windows color (decimal): -7247667 or 13461649. OLE color: 13461649.
HSL color Cylindrical-coordinate representation of color #9168CD: hue angle of 264.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9168CD is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 104 | 205 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.20 |
| HSL | 264.36º | 0.5% | 0.61% | - |
| HSV(B) | 264.36º | 0.49% | 0.8% | - |
| XYZ | 27.65 | 20.33 | 60.22 | - |
| YUV | 127.77 | 171.58 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 205 | 0.29 | 0.49 | 0 | 0.20 | 264.36 | 0.5 | 0.61 |
| Hex | 91 | 68 | CD | 1D | 31 | 0 | 14 | 108 | 32 | 3D |
| Octal | 221 | 150 | 315 | 35 | 61 | 0 | 24 | 410 | 62 | 75 |
| Binary | 10010001 | 1101000 | 11001101 | 11101 | 110001 | 0 | 10100 | 100001000 | 110010 | 111101 |
Color Harmonies of #9168CD
Complementary color
Monochromatic Colors of #9168CD
Black with #9168CD
Text Example
Text Example
White with #9168CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9168CD; }
p { color: rgb(145,104,205); }
H1.HeaderClassName
{
color: #9168CD;
}
.AnyTagClassName
{
color: #9168CD;
}
</style>
background-color css
<style>
a { background-color: #9168CD; }
a { background-color: rgb(145,104,205); }
div.DivClassName
{
background-color: #9168CD;
}
.BgClassName
{
background-color: #9168CD;
}
</style>
border-color css
<style>
span { border-color: #9168CD; }
span { border-color: rgb(145,104,205); }
td.TdClassName
{
border-color: #9168CD;
}
.TagClassName
{
border-color: #9168CD;
}
</style>