Shades of Amethyst #925BCD
Tints of Amethyst #925BCD
RGB
CMYK
RGB Variations
Color information
#925BCD (or 0x925BCD) is known color: Amethyst. HEX triplet: 92, 5B and CD. RGB value is (146,91,205). Sum of RGB (Red+Green+Blue) = 146+91+205=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #925BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BCD is #6DA432. Grayscale: #787878. Windows color (decimal): -7185459 or 13458322. OLE color: 13458322.
HSL color Cylindrical-coordinate representation of color #925BCD: hue angle of 268.95º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925BCD is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 91 | 205 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.20 |
| HSL | 268.95º | 0.53% | 0.58% | - |
| HSV(B) | 268.95º | 0.56% | 0.8% | - |
| XYZ | 26.61 | 18 | 59.83 | - |
| YUV | 120.44 | 175.72 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 205 | 0.29 | 0.56 | 0 | 0.20 | 268.95 | 0.53 | 0.58 |
| Hex | 92 | 5B | CD | 1D | 38 | 0 | 14 | 10D | 35 | 3A |
| Octal | 222 | 133 | 315 | 35 | 70 | 0 | 24 | 415 | 65 | 72 |
| Binary | 10010010 | 1011011 | 11001101 | 11101 | 111000 | 0 | 10100 | 100001101 | 110101 | 111010 |
Color Harmonies of #925BCD
Complementary color
Monochromatic Colors of #925BCD
Black with #925BCD
Text Example
Text Example
White with #925BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BCD; }
p { color: rgb(146,91,205); }
H1.HeaderClassName
{
color: #925BCD;
}
.AnyTagClassName
{
color: #925BCD;
}
</style>
background-color css
<style>
a { background-color: #925BCD; }
a { background-color: rgb(146,91,205); }
div.DivClassName
{
background-color: #925BCD;
}
.BgClassName
{
background-color: #925BCD;
}
</style>
border-color css
<style>
span { border-color: #925BCD; }
span { border-color: rgb(146,91,205); }
td.TdClassName
{
border-color: #925BCD;
}
.TagClassName
{
border-color: #925BCD;
}
</style>