Shades of Amethyst #9267CF
Tints of Amethyst #9267CF
RGB
CMYK
RGB Variations
Color information
#9267CF (or 0x9267CF) is known color: Amethyst. HEX triplet: 92, 67 and CF. RGB value is (146,103,207). Sum of RGB (Red+Green+Blue) = 146+103+207=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9267CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267CF is #6D9830. Grayscale: #7F7F7F. Windows color (decimal): -7182385 or 13592466. OLE color: 13592466.
HSL color Cylindrical-coordinate representation of color #9267CF: hue angle of 264.81º degrees, saturation: 0.52, 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 #9267CF is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 146 | 103 | 207 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.19 |
| HSL | 264.81º | 0.52% | 0.61% | - |
| HSV(B) | 264.81º | 0.5% | 0.81% | - |
| XYZ | 27.97 | 20.32 | 61.48 | - |
| YUV | 127.71 | 172.75 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 207 | 0.29 | 0.50 | 0 | 0.19 | 264.81 | 0.52 | 0.61 |
| Hex | 92 | 67 | CF | 1D | 32 | 0 | 13 | 109 | 34 | 3D |
| Octal | 222 | 147 | 317 | 35 | 62 | 0 | 23 | 411 | 64 | 75 |
| Binary | 10010010 | 1100111 | 11001111 | 11101 | 110010 | 0 | 10011 | 100001001 | 110100 | 111101 |
Color Harmonies of #9267CF
Complementary color
Monochromatic Colors of #9267CF
Black with #9267CF
Text Example
Text Example
White with #9267CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9267CF; }
p { color: rgb(146,103,207); }
H1.HeaderClassName
{
color: #9267CF;
}
.AnyTagClassName
{
color: #9267CF;
}
</style>
background-color css
<style>
a { background-color: #9267CF; }
a { background-color: rgb(146,103,207); }
div.DivClassName
{
background-color: #9267CF;
}
.BgClassName
{
background-color: #9267CF;
}
</style>
border-color css
<style>
span { border-color: #9267CF; }
span { border-color: rgb(146,103,207); }
td.TdClassName
{
border-color: #9267CF;
}
.TagClassName
{
border-color: #9267CF;
}
</style>