Shades of Amethyst #925FC0
Tints of Amethyst #925FC0
RGB
CMYK
RGB Variations
Color information
#925FC0 (or 0x925FC0) is known color: Amethyst. HEX triplet: 92, 5F and C0. RGB value is (146,95,192). Sum of RGB (Red+Green+Blue) = 146+95+192=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 95 (37.5% from 255 or 21.94% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #925FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FC0 is #6DA03F. Grayscale: #787878. Windows color (decimal): -7184448 or 12607378. OLE color: 12607378.
HSL color Cylindrical-coordinate representation of color #925FC0: hue angle of 271.55º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #925FC0 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 95 | 192 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.25 |
| HSL | 271.55º | 0.43% | 0.56% | - |
| HSV(B) | 271.55º | 0.51% | 0.75% | - |
| XYZ | 25.46 | 18.1 | 52.02 | - |
| YUV | 121.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 192 | 0.24 | 0.51 | 0 | 0.25 | 271.55 | 0.43 | 0.56 |
| Hex | 92 | 5F | C0 | 18 | 33 | 0 | 19 | 110 | 2B | 38 |
| Octal | 222 | 137 | 300 | 30 | 63 | 0 | 31 | 420 | 53 | 70 |
| Binary | 10010010 | 1011111 | 11000000 | 11000 | 110011 | 0 | 11001 | 100010000 | 101011 | 111000 |
Color Harmonies of #925FC0
Complementary color
Monochromatic Colors of #925FC0
Black with #925FC0
Text Example
Text Example
White with #925FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FC0; }
p { color: rgb(146,95,192); }
H1.HeaderClassName
{
color: #925FC0;
}
.AnyTagClassName
{
color: #925FC0;
}
</style>
background-color css
<style>
a { background-color: #925FC0; }
a { background-color: rgb(146,95,192); }
div.DivClassName
{
background-color: #925FC0;
}
.BgClassName
{
background-color: #925FC0;
}
</style>
border-color css
<style>
span { border-color: #925FC0; }
span { border-color: rgb(146,95,192); }
td.TdClassName
{
border-color: #925FC0;
}
.TagClassName
{
border-color: #925FC0;
}
</style>