Shades of Amethyst #9251CF
Tints of Amethyst #9251CF
RGB
CMYK
RGB Variations
Color information
#9251CF (or 0x9251CF) is known color: Amethyst. HEX triplet: 92, 51 and CF. RGB value is (146,81,207). Sum of RGB (Red+Green+Blue) = 146+81+207=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #9251CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251CF is #6DAE30. Grayscale: #727272. Windows color (decimal): -7188017 or 13586834. OLE color: 13586834.
HSL color Cylindrical-coordinate representation of color #9251CF: hue angle of 270.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9251CF is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 81 | 207 | - |
| CMYK | 0.29 | 0.61 | 0 | 0.19 |
| HSL | 270.95º | 0.57% | 0.56% | - |
| HSV(B) | 270.95º | 0.61% | 0.81% | - |
| XYZ | 26.06 | 16.5 | 60.84 | - |
| YUV | 114.8 | 180.03 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 81 | 207 | 0.29 | 0.61 | 0 | 0.19 | 270.95 | 0.57 | 0.56 |
| Hex | 92 | 51 | CF | 1D | 3D | 0 | 13 | 10F | 39 | 38 |
| Octal | 222 | 121 | 317 | 35 | 75 | 0 | 23 | 417 | 71 | 70 |
| Binary | 10010010 | 1010001 | 11001111 | 11101 | 111101 | 0 | 10011 | 100001111 | 111001 | 111000 |
Color Harmonies of #9251CF
Complementary color
Monochromatic Colors of #9251CF
Black with #9251CF
Text Example
Text Example
White with #9251CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9251CF; }
p { color: rgb(146,81,207); }
H1.HeaderClassName
{
color: #9251CF;
}
.AnyTagClassName
{
color: #9251CF;
}
</style>
background-color css
<style>
a { background-color: #9251CF; }
a { background-color: rgb(146,81,207); }
div.DivClassName
{
background-color: #9251CF;
}
.BgClassName
{
background-color: #9251CF;
}
</style>
border-color css
<style>
span { border-color: #9251CF; }
span { border-color: rgb(146,81,207); }
td.TdClassName
{
border-color: #9251CF;
}
.TagClassName
{
border-color: #9251CF;
}
</style>