Shades of Amethyst #9265CF
Tints of Amethyst #9265CF
RGB
CMYK
RGB Variations
Color information
#9265CF (or 0x9265CF) is known color: Amethyst. HEX triplet: 92, 65 and CF. RGB value is (146,101,207). Sum of RGB (Red+Green+Blue) = 146+101+207=454 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.16% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #9265CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9265CF is #6D9A30. Grayscale: #7E7E7E. Windows color (decimal): -7182897 or 13591954. OLE color: 13591954.
HSL color Cylindrical-coordinate representation of color #9265CF: hue angle of 265.47º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9265CF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 101 | 207 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.19 |
| HSL | 265.47º | 0.52% | 0.6% | - |
| HSV(B) | 265.47º | 0.51% | 0.81% | - |
| XYZ | 27.77 | 19.92 | 61.41 | - |
| YUV | 126.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 101 | 207 | 0.29 | 0.51 | 0 | 0.19 | 265.47 | 0.52 | 0.6 |
| Hex | 92 | 65 | CF | 1D | 33 | 0 | 13 | 109 | 34 | 3C |
| Octal | 222 | 145 | 317 | 35 | 63 | 0 | 23 | 411 | 64 | 74 |
| Binary | 10010010 | 1100101 | 11001111 | 11101 | 110011 | 0 | 10011 | 100001001 | 110100 | 111100 |
Color Harmonies of #9265CF
Complementary color
Monochromatic Colors of #9265CF
Black with #9265CF
Text Example
Text Example
White with #9265CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9265CF; }
p { color: rgb(146,101,207); }
H1.HeaderClassName
{
color: #9265CF;
}
.AnyTagClassName
{
color: #9265CF;
}
</style>
background-color css
<style>
a { background-color: #9265CF; }
a { background-color: rgb(146,101,207); }
div.DivClassName
{
background-color: #9265CF;
}
.BgClassName
{
background-color: #9265CF;
}
</style>
border-color css
<style>
span { border-color: #9265CF; }
span { border-color: rgb(146,101,207); }
td.TdClassName
{
border-color: #9265CF;
}
.TagClassName
{
border-color: #9265CF;
}
</style>