Shades of Amethyst #9267CE
Tints of Amethyst #9267CE
RGB
CMYK
RGB Variations
Color information
#9267CE (or 0x9267CE) is known color: Amethyst. HEX triplet: 92, 67 and CE. RGB value is (146,103,206). Sum of RGB (Red+Green+Blue) = 146+103+206=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9267CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267CE is #6D9831. Grayscale: #7F7F7F. Windows color (decimal): -7182386 or 13526930. OLE color: 13526930.
HSL color Cylindrical-coordinate representation of color #9267CE: hue angle of 265.05º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9267CE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 103 | 206 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.19 |
| HSL | 265.05º | 0.51% | 0.61% | - |
| HSV(B) | 265.05º | 0.5% | 0.81% | - |
| XYZ | 27.84 | 20.27 | 60.84 | - |
| YUV | 127.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 206 | 0.29 | 0.50 | 0 | 0.19 | 265.05 | 0.51 | 0.61 |
| Hex | 92 | 67 | CE | 1D | 32 | 0 | 13 | 109 | 33 | 3D |
| Octal | 222 | 147 | 316 | 35 | 62 | 0 | 23 | 411 | 63 | 75 |
| Binary | 10010010 | 1100111 | 11001110 | 11101 | 110010 | 0 | 10011 | 100001001 | 110011 | 111101 |
Color Harmonies of #9267CE
Complementary color
Monochromatic Colors of #9267CE
Black with #9267CE
Text Example
Text Example
White with #9267CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9267CE; }
p { color: rgb(146,103,206); }
H1.HeaderClassName
{
color: #9267CE;
}
.AnyTagClassName
{
color: #9267CE;
}
</style>
background-color css
<style>
a { background-color: #9267CE; }
a { background-color: rgb(146,103,206); }
div.DivClassName
{
background-color: #9267CE;
}
.BgClassName
{
background-color: #9267CE;
}
</style>
border-color css
<style>
span { border-color: #9267CE; }
span { border-color: rgb(146,103,206); }
td.TdClassName
{
border-color: #9267CE;
}
.TagClassName
{
border-color: #9267CE;
}
</style>