Shades of Amethyst #9169CF
Tints of Amethyst #9169CF
RGB
CMYK
RGB Variations
Color information
#9169CF (or 0x9169CF) is known color: Amethyst. HEX triplet: 91, 69 and CF. RGB value is (145,105,207). Sum of RGB (Red+Green+Blue) = 145+105+207=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9169CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9169CF is #6E9630. Grayscale: #808080. Windows color (decimal): -7247409 or 13592977. OLE color: 13592977.
HSL color Cylindrical-coordinate representation of color #9169CF: hue angle of 263.53º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9169CF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 105 | 207 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.19 |
| HSL | 263.53º | 0.52% | 0.61% | - |
| HSV(B) | 263.53º | 0.49% | 0.81% | - |
| XYZ | 27.99 | 20.63 | 61.54 | - |
| YUV | 128.59 | 172.25 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 105 | 207 | 0.30 | 0.49 | 0 | 0.19 | 263.53 | 0.52 | 0.61 |
| Hex | 91 | 69 | CF | 1E | 31 | 0 | 13 | 108 | 34 | 3D |
| Octal | 221 | 151 | 317 | 36 | 61 | 0 | 23 | 410 | 64 | 75 |
| Binary | 10010001 | 1101001 | 11001111 | 11110 | 110001 | 0 | 10011 | 100001000 | 110100 | 111101 |
Color Harmonies of #9169CF
Complementary color
Monochromatic Colors of #9169CF
Black with #9169CF
Text Example
Text Example
White with #9169CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9169CF; }
p { color: rgb(145,105,207); }
H1.HeaderClassName
{
color: #9169CF;
}
.AnyTagClassName
{
color: #9169CF;
}
</style>
background-color css
<style>
a { background-color: #9169CF; }
a { background-color: rgb(145,105,207); }
div.DivClassName
{
background-color: #9169CF;
}
.BgClassName
{
background-color: #9169CF;
}
</style>
border-color css
<style>
span { border-color: #9169CF; }
span { border-color: rgb(145,105,207); }
td.TdClassName
{
border-color: #9169CF;
}
.TagClassName
{
border-color: #9169CF;
}
</style>