Shades of Amethyst #925DC2
Tints of Amethyst #925DC2
RGB
CMYK
RGB Variations
Color information
#925DC2 (or 0x925DC2) is known color: Amethyst. HEX triplet: 92, 5D and C2. RGB value is (146,93,194). Sum of RGB (Red+Green+Blue) = 146+93+194=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 194 (76.17% from 255 or 44.80% from 433); Max value from RGB is 194 - color contains mainly: blue. Hex color #925DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925DC2 is #6DA23D. Grayscale: #787878. Windows color (decimal): -7184958 or 12737938. OLE color: 12737938.
HSL color Cylindrical-coordinate representation of color #925DC2: hue angle of 271.49º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #925DC2 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 146 | 93 | 194 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.24 |
| HSL | 271.49º | 0.45% | 0.56% | - |
| HSV(B) | 271.49º | 0.52% | 0.76% | - |
| XYZ | 25.51 | 17.83 | 53.14 | - |
| YUV | 120.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 93 | 194 | 0.25 | 0.52 | 0 | 0.24 | 271.49 | 0.45 | 0.56 |
| Hex | 92 | 5D | C2 | 19 | 34 | 0 | 18 | 10F | 2D | 38 |
| Octal | 222 | 135 | 302 | 31 | 64 | 0 | 30 | 417 | 55 | 70 |
| Binary | 10010010 | 1011101 | 11000010 | 11001 | 110100 | 0 | 11000 | 100001111 | 101101 | 111000 |
Color Harmonies of #925DC2
Complementary color
Monochromatic Colors of #925DC2
Black with #925DC2
Text Example
Text Example
White with #925DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925DC2; }
p { color: rgb(146,93,194); }
H1.HeaderClassName
{
color: #925DC2;
}
.AnyTagClassName
{
color: #925DC2;
}
</style>
background-color css
<style>
a { background-color: #925DC2; }
a { background-color: rgb(146,93,194); }
div.DivClassName
{
background-color: #925DC2;
}
.BgClassName
{
background-color: #925DC2;
}
</style>
border-color css
<style>
span { border-color: #925DC2; }
span { border-color: rgb(146,93,194); }
td.TdClassName
{
border-color: #925DC2;
}
.TagClassName
{
border-color: #925DC2;
}
</style>