Shades of Amethyst #925BCB
Tints of Amethyst #925BCB
RGB
CMYK
RGB Variations
Color information
#925BCB (or 0x925BCB) is known color: Amethyst. HEX triplet: 92, 5B and CB. RGB value is (146,91,203). Sum of RGB (Red+Green+Blue) = 146+91+203=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #925BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BCB is #6DA434. Grayscale: #777777. Windows color (decimal): -7185461 or 13327250. OLE color: 13327250.
HSL color Cylindrical-coordinate representation of color #925BCB: hue angle of 269.46º 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 #925BCB is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 91 | 203 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.20 |
| HSL | 269.46º | 0.52% | 0.58% | - |
| HSV(B) | 269.46º | 0.55% | 0.8% | - |
| XYZ | 26.37 | 17.9 | 58.57 | - |
| YUV | 120.21 | 174.72 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 203 | 0.28 | 0.55 | 0 | 0.20 | 269.46 | 0.52 | 0.58 |
| Hex | 92 | 5B | CB | 1C | 37 | 0 | 14 | 10D | 34 | 3A |
| Octal | 222 | 133 | 313 | 34 | 67 | 0 | 24 | 415 | 64 | 72 |
| Binary | 10010010 | 1011011 | 11001011 | 11100 | 110111 | 0 | 10100 | 100001101 | 110100 | 111010 |
Color Harmonies of #925BCB
Complementary color
Monochromatic Colors of #925BCB
Black with #925BCB
Text Example
Text Example
White with #925BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BCB; }
p { color: rgb(146,91,203); }
H1.HeaderClassName
{
color: #925BCB;
}
.AnyTagClassName
{
color: #925BCB;
}
</style>
background-color css
<style>
a { background-color: #925BCB; }
a { background-color: rgb(146,91,203); }
div.DivClassName
{
background-color: #925BCB;
}
.BgClassName
{
background-color: #925BCB;
}
</style>
border-color css
<style>
span { border-color: #925BCB; }
span { border-color: rgb(146,91,203); }
td.TdClassName
{
border-color: #925BCB;
}
.TagClassName
{
border-color: #925BCB;
}
</style>