Shades of Amethyst #9165C9
Tints of Amethyst #9165C9
RGB
CMYK
RGB Variations
Color information
#9165C9 (or 0x9165C9) is known color: Amethyst. HEX triplet: 91, 65 and C9. RGB value is (145,101,201). Sum of RGB (Red+Green+Blue) = 145+101+201=447 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.44% from 447); Green value is 101 (39.84% from 255 or 22.60% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #9165C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165C9 is #6E9A36. Grayscale: #7D7D7D. Windows color (decimal): -7248439 or 13198737. OLE color: 13198737.
HSL color Cylindrical-coordinate representation of color #9165C9: hue angle of 266.4º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9165C9 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 101 | 201 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.21 |
| HSL | 266.4º | 0.48% | 0.59% | - |
| HSV(B) | 266.4º | 0.5% | 0.79% | - |
| XYZ | 26.87 | 19.54 | 57.61 | - |
| YUV | 125.56 | 170.58 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 201 | 0.28 | 0.50 | 0 | 0.21 | 266.4 | 0.48 | 0.59 |
| Hex | 91 | 65 | C9 | 1C | 32 | 0 | 15 | 10A | 30 | 3B |
| Octal | 221 | 145 | 311 | 34 | 62 | 0 | 25 | 412 | 60 | 73 |
| Binary | 10010001 | 1100101 | 11001001 | 11100 | 110010 | 0 | 10101 | 100001010 | 110000 | 111011 |
Color Harmonies of #9165C9
Complementary color
Monochromatic Colors of #9165C9
Black with #9165C9
Text Example
Text Example
White with #9165C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9165C9; }
p { color: rgb(145,101,201); }
H1.HeaderClassName
{
color: #9165C9;
}
.AnyTagClassName
{
color: #9165C9;
}
</style>
background-color css
<style>
a { background-color: #9165C9; }
a { background-color: rgb(145,101,201); }
div.DivClassName
{
background-color: #9165C9;
}
.BgClassName
{
background-color: #9165C9;
}
</style>
border-color css
<style>
span { border-color: #9165C9; }
span { border-color: rgb(145,101,201); }
td.TdClassName
{
border-color: #9165C9;
}
.TagClassName
{
border-color: #9165C9;
}
</style>