Shades of Amethyst #9166CE
Tints of Amethyst #9166CE
RGB
CMYK
RGB Variations
Color information
#9166CE (or 0x9166CE) is known color: Amethyst. HEX triplet: 91, 66 and CE. RGB value is (145,102,206). Sum of RGB (Red+Green+Blue) = 145+102+206=453 (60% of max value = 765). Red value is 145 (57.03% from 255 or 32.01% from 453); Green value is 102 (40.23% from 255 or 22.52% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9166CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166CE is #6E9931. Grayscale: #7E7E7E. Windows color (decimal): -7248178 or 13526673. OLE color: 13526673.
HSL color Cylindrical-coordinate representation of color #9166CE: hue angle of 264.81º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9166CE is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 102 | 206 | - |
| CMYK | 0.30 | 0.50 | 0 | 0.19 |
| HSL | 264.81º | 0.51% | 0.6% | - |
| HSV(B) | 264.81º | 0.5% | 0.81% | - |
| XYZ | 27.57 | 19.98 | 60.8 | - |
| YUV | 126.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 206 | 0.30 | 0.50 | 0 | 0.19 | 264.81 | 0.51 | 0.6 |
| Hex | 91 | 66 | CE | 1E | 32 | 0 | 13 | 109 | 33 | 3C |
| Octal | 221 | 146 | 316 | 36 | 62 | 0 | 23 | 411 | 63 | 74 |
| Binary | 10010001 | 1100110 | 11001110 | 11110 | 110010 | 0 | 10011 | 100001001 | 110011 | 111100 |
Color Harmonies of #9166CE
Complementary color
Monochromatic Colors of #9166CE
Black with #9166CE
Text Example
Text Example
White with #9166CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9166CE; }
p { color: rgb(145,102,206); }
H1.HeaderClassName
{
color: #9166CE;
}
.AnyTagClassName
{
color: #9166CE;
}
</style>
background-color css
<style>
a { background-color: #9166CE; }
a { background-color: rgb(145,102,206); }
div.DivClassName
{
background-color: #9166CE;
}
.BgClassName
{
background-color: #9166CE;
}
</style>
border-color css
<style>
span { border-color: #9166CE; }
span { border-color: rgb(145,102,206); }
td.TdClassName
{
border-color: #9166CE;
}
.TagClassName
{
border-color: #9166CE;
}
</style>