Shades of Amethyst #925FCE
Tints of Amethyst #925FCE
RGB
CMYK
RGB Variations
Color information
#925FCE (or 0x925FCE) is known color: Amethyst. HEX triplet: 92, 5F and CE. RGB value is (146,95,206). Sum of RGB (Red+Green+Blue) = 146+95+206=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #925FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FCE is #6DA031. Grayscale: #7A7A7A. Windows color (decimal): -7184434 or 13524882. OLE color: 13524882.
HSL color Cylindrical-coordinate representation of color #925FCE: hue angle of 267.57º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #925FCE is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 95 | 206 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.19 |
| HSL | 267.57º | 0.53% | 0.59% | - |
| HSV(B) | 267.57º | 0.54% | 0.81% | - |
| XYZ | 27.09 | 18.75 | 60.58 | - |
| YUV | 122.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 206 | 0.29 | 0.54 | 0 | 0.19 | 267.57 | 0.53 | 0.59 |
| Hex | 92 | 5F | CE | 1D | 36 | 0 | 13 | 10C | 35 | 3B |
| Octal | 222 | 137 | 316 | 35 | 66 | 0 | 23 | 414 | 65 | 73 |
| Binary | 10010010 | 1011111 | 11001110 | 11101 | 110110 | 0 | 10011 | 100001100 | 110101 | 111011 |
Color Harmonies of #925FCE
Complementary color
Monochromatic Colors of #925FCE
Black with #925FCE
Text Example
Text Example
White with #925FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FCE; }
p { color: rgb(146,95,206); }
H1.HeaderClassName
{
color: #925FCE;
}
.AnyTagClassName
{
color: #925FCE;
}
</style>
background-color css
<style>
a { background-color: #925FCE; }
a { background-color: rgb(146,95,206); }
div.DivClassName
{
background-color: #925FCE;
}
.BgClassName
{
background-color: #925FCE;
}
</style>
border-color css
<style>
span { border-color: #925FCE; }
span { border-color: rgb(146,95,206); }
td.TdClassName
{
border-color: #925FCE;
}
.TagClassName
{
border-color: #925FCE;
}
</style>