Shades of Amethyst #924FCF
Tints of Amethyst #924FCF
RGB
CMYK
RGB Variations
Color information
#924FCF (or 0x924FCF) is known color: Amethyst. HEX triplet: 92, 4F and CF. RGB value is (146,79,207). Sum of RGB (Red+Green+Blue) = 146+79+207=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 79 (31.25% from 255 or 18.29% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #924FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FCF is #6DB030. Grayscale: #717171. Windows color (decimal): -7188529 or 13586322. OLE color: 13586322.
HSL color Cylindrical-coordinate representation of color #924FCF: hue angle of 271.41º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924FCF is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 79 | 207 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.19 |
| HSL | 271.41º | 0.57% | 0.56% | - |
| HSV(B) | 271.41º | 0.62% | 0.81% | - |
| XYZ | 25.91 | 16.21 | 60.79 | - |
| YUV | 113.63 | 180.7 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 207 | 0.29 | 0.62 | 0 | 0.19 | 271.41 | 0.57 | 0.56 |
| Hex | 92 | 4F | CF | 1D | 3E | 0 | 13 | 10F | 39 | 38 |
| Octal | 222 | 117 | 317 | 35 | 76 | 0 | 23 | 417 | 71 | 70 |
| Binary | 10010010 | 1001111 | 11001111 | 11101 | 111110 | 0 | 10011 | 100001111 | 111001 | 111000 |
Color Harmonies of #924FCF
Complementary color
Monochromatic Colors of #924FCF
Black with #924FCF
Text Example
Text Example
White with #924FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FCF; }
p { color: rgb(146,79,207); }
H1.HeaderClassName
{
color: #924FCF;
}
.AnyTagClassName
{
color: #924FCF;
}
</style>
background-color css
<style>
a { background-color: #924FCF; }
a { background-color: rgb(146,79,207); }
div.DivClassName
{
background-color: #924FCF;
}
.BgClassName
{
background-color: #924FCF;
}
</style>
border-color css
<style>
span { border-color: #924FCF; }
span { border-color: rgb(146,79,207); }
td.TdClassName
{
border-color: #924FCF;
}
.TagClassName
{
border-color: #924FCF;
}
</style>