Shades of Amethyst #925CCB
Tints of Amethyst #925CCB
RGB
CMYK
RGB Variations
Color information
#925CCB (or 0x925CCB) is known color: Amethyst. HEX triplet: 92, 5C and CB. RGB value is (146,92,203). Sum of RGB (Red+Green+Blue) = 146+92+203=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #925CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925CCB is #6DA334. Grayscale: #787878. Windows color (decimal): -7185205 or 13327506. OLE color: 13327506.
HSL color Cylindrical-coordinate representation of color #925CCB: hue angle of 269.19º 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 #925CCB is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 92 | 203 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.20 |
| HSL | 269.19º | 0.52% | 0.58% | - |
| HSV(B) | 269.19º | 0.55% | 0.8% | - |
| XYZ | 26.46 | 18.08 | 58.59 | - |
| YUV | 120.8 | 174.39 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 203 | 0.28 | 0.55 | 0 | 0.20 | 269.19 | 0.52 | 0.58 |
| Hex | 92 | 5C | CB | 1C | 37 | 0 | 14 | 10D | 34 | 3A |
| Octal | 222 | 134 | 313 | 34 | 67 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010010 | 1011100 | 11001011 | 11100 | 110111 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #925CCB
Complementary color
Monochromatic Colors of #925CCB
Black with #925CCB
Text Example
Text Example
White with #925CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925CCB; }
p { color: rgb(146,92,203); }
H1.HeaderClassName
{
color: #925CCB;
}
.AnyTagClassName
{
color: #925CCB;
}
</style>
background-color css
<style>
a { background-color: #925CCB; }
a { background-color: rgb(146,92,203); }
div.DivClassName
{
background-color: #925CCB;
}
.BgClassName
{
background-color: #925CCB;
}
</style>
border-color css
<style>
span { border-color: #925CCB; }
span { border-color: rgb(146,92,203); }
td.TdClassName
{
border-color: #925CCB;
}
.TagClassName
{
border-color: #925CCB;
}
</style>