Shades of Amethyst #925FCC
Tints of Amethyst #925FCC
RGB
CMYK
RGB Variations
Color information
#925FCC (or 0x925FCC) is known color: Amethyst. HEX triplet: 92, 5F and CC. RGB value is (146,95,204). Sum of RGB (Red+Green+Blue) = 146+95+204=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #925FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925FCC is #6DA033. Grayscale: #7A7A7A. Windows color (decimal): -7184436 or 13393810. OLE color: 13393810.
HSL color Cylindrical-coordinate representation of color #925FCC: hue angle of 268.07º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #925FCC is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 95 | 204 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.2 |
| HSL | 268.07º | 0.52% | 0.59% | - |
| HSV(B) | 268.07º | 0.53% | 0.8% | - |
| XYZ | 26.85 | 18.66 | 59.31 | - |
| YUV | 122.68 | 173.9 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 204 | 0.28 | 0.53 | 0 | 0.2 | 268.07 | 0.52 | 0.59 |
| Hex | 92 | 5F | CC | 1C | 35 | 0 | 14 | 10C | 34 | 3B |
| Octal | 222 | 137 | 314 | 34 | 65 | 0 | 24 | 414 | 64 | 73 |
| Binary | 10010010 | 1011111 | 11001100 | 11100 | 110101 | 0 | 10100 | 100001100 | 110100 | 111011 |
Color Harmonies of #925FCC
Complementary color
Monochromatic Colors of #925FCC
Black with #925FCC
Text Example
Text Example
White with #925FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925FCC; }
p { color: rgb(146,95,204); }
H1.HeaderClassName
{
color: #925FCC;
}
.AnyTagClassName
{
color: #925FCC;
}
</style>
background-color css
<style>
a { background-color: #925FCC; }
a { background-color: rgb(146,95,204); }
div.DivClassName
{
background-color: #925FCC;
}
.BgClassName
{
background-color: #925FCC;
}
</style>
border-color css
<style>
span { border-color: #925FCC; }
span { border-color: rgb(146,95,204); }
td.TdClassName
{
border-color: #925FCC;
}
.TagClassName
{
border-color: #925FCC;
}
</style>