Shades of Amethyst #9165CD
Tints of Amethyst #9165CD
RGB
CMYK
RGB Variations
Color information
#9165CD (or 0x9165CD) is known color: Amethyst. HEX triplet: 91, 65 and CD. RGB value is (145,101,205). Sum of RGB (Red+Green+Blue) = 145+101+205=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 101 (39.84% from 255 or 22.39% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #9165CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9165CD is #6E9A32. Grayscale: #7D7D7D. Windows color (decimal): -7248435 or 13460881. OLE color: 13460881.
HSL color Cylindrical-coordinate representation of color #9165CD: hue angle of 265.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9165CD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 101 | 205 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.20 |
| HSL | 265.38º | 0.51% | 0.6% | - |
| HSV(B) | 265.38º | 0.51% | 0.8% | - |
| XYZ | 27.35 | 19.73 | 60.13 | - |
| YUV | 126.01 | 172.58 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 101 | 205 | 0.29 | 0.51 | 0 | 0.20 | 265.38 | 0.51 | 0.6 |
| Hex | 91 | 65 | CD | 1D | 33 | 0 | 14 | 109 | 33 | 3C |
| Octal | 221 | 145 | 315 | 35 | 63 | 0 | 24 | 411 | 63 | 74 |
| Binary | 10010001 | 1100101 | 11001101 | 11101 | 110011 | 0 | 10100 | 100001001 | 110011 | 111100 |
Color Harmonies of #9165CD
Complementary color
Monochromatic Colors of #9165CD
Black with #9165CD
Text Example
Text Example
White with #9165CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9165CD; }
p { color: rgb(145,101,205); }
H1.HeaderClassName
{
color: #9165CD;
}
.AnyTagClassName
{
color: #9165CD;
}
</style>
background-color css
<style>
a { background-color: #9165CD; }
a { background-color: rgb(145,101,205); }
div.DivClassName
{
background-color: #9165CD;
}
.BgClassName
{
background-color: #9165CD;
}
</style>
border-color css
<style>
span { border-color: #9165CD; }
span { border-color: rgb(145,101,205); }
td.TdClassName
{
border-color: #9165CD;
}
.TagClassName
{
border-color: #9165CD;
}
</style>