Shades of Amethyst #925BCC
Tints of Amethyst #925BCC
RGB
CMYK
RGB Variations
Color information
#925BCC (or 0x925BCC) is known color: Amethyst. HEX triplet: 92, 5B and CC. RGB value is (146,91,204). Sum of RGB (Red+Green+Blue) = 146+91+204=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #925BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BCC is #6DA433. Grayscale: #777777. Windows color (decimal): -7185460 or 13392786. OLE color: 13392786.
HSL color Cylindrical-coordinate representation of color #925BCC: hue angle of 269.2º degrees, saturation: 0.53, 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 #925BCC is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 91 | 204 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.2 |
| HSL | 269.2º | 0.53% | 0.58% | - |
| HSV(B) | 269.2º | 0.55% | 0.8% | - |
| XYZ | 26.49 | 17.95 | 59.2 | - |
| YUV | 120.33 | 175.22 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 204 | 0.28 | 0.55 | 0 | 0.2 | 269.2 | 0.53 | 0.58 |
| Hex | 92 | 5B | CC | 1C | 37 | 0 | 14 | 10D | 35 | 3A |
| Octal | 222 | 133 | 314 | 34 | 67 | 0 | 24 | 415 | 65 | 72 |
| Binary | 10010010 | 1011011 | 11001100 | 11100 | 110111 | 0 | 10100 | 100001101 | 110101 | 111010 |
Color Harmonies of #925BCC
Complementary color
Monochromatic Colors of #925BCC
Black with #925BCC
Text Example
Text Example
White with #925BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BCC; }
p { color: rgb(146,91,204); }
H1.HeaderClassName
{
color: #925BCC;
}
.AnyTagClassName
{
color: #925BCC;
}
</style>
background-color css
<style>
a { background-color: #925BCC; }
a { background-color: rgb(146,91,204); }
div.DivClassName
{
background-color: #925BCC;
}
.BgClassName
{
background-color: #925BCC;
}
</style>
border-color css
<style>
span { border-color: #925BCC; }
span { border-color: rgb(146,91,204); }
td.TdClassName
{
border-color: #925BCC;
}
.TagClassName
{
border-color: #925BCC;
}
</style>