Shades of Amethyst #925CCC
Tints of Amethyst #925CCC
RGB
CMYK
RGB Variations
Color information
#925CCC (or 0x925CCC) is known color: Amethyst. HEX triplet: 92, 5C and CC. RGB value is (146,92,204). Sum of RGB (Red+Green+Blue) = 146+92+204=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #925CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CCC is #6DA333. Grayscale: #787878. Windows color (decimal): -7185204 or 13393042. OLE color: 13393042.
HSL color Cylindrical-coordinate representation of color #925CCC: hue angle of 268.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #925CCC is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 92 | 204 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.2 |
| HSL | 268.93º | 0.52% | 0.58% | - |
| HSV(B) | 268.93º | 0.55% | 0.8% | - |
| XYZ | 26.58 | 18.12 | 59.22 | - |
| YUV | 120.91 | 174.89 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 204 | 0.28 | 0.55 | 0 | 0.2 | 268.93 | 0.52 | 0.58 |
| Hex | 92 | 5C | CC | 1C | 37 | 0 | 14 | 10D | 34 | 3A |
| Octal | 222 | 134 | 314 | 34 | 67 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010010 | 1011100 | 11001100 | 11100 | 110111 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #925CCC
Complementary color
Monochromatic Colors of #925CCC
Black with #925CCC
Text Example
Text Example
White with #925CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925CCC; }
p { color: rgb(146,92,204); }
H1.HeaderClassName
{
color: #925CCC;
}
.AnyTagClassName
{
color: #925CCC;
}
</style>
background-color css
<style>
a { background-color: #925CCC; }
a { background-color: rgb(146,92,204); }
div.DivClassName
{
background-color: #925CCC;
}
.BgClassName
{
background-color: #925CCC;
}
</style>
border-color css
<style>
span { border-color: #925CCC; }
span { border-color: rgb(146,92,204); }
td.TdClassName
{
border-color: #925CCC;
}
.TagClassName
{
border-color: #925CCC;
}
</style>