Shades of Amethyst #9267C7
Tints of Amethyst #9267C7
RGB
CMYK
RGB Variations
Color information
#9267C7 (or 0x9267C7) is known color: Amethyst. HEX triplet: 92, 67 and C7. RGB value is (146,103,199). Sum of RGB (Red+Green+Blue) = 146+103+199=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 199 (78.12% from 255 or 44.42% from 448); Max value from RGB is 199 - color contains mainly: blue. Hex color #9267C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9267C7 is #6D9838. Grayscale: #7E7E7E. Windows color (decimal): -7182393 or 13068178. OLE color: 13068178.
HSL color Cylindrical-coordinate representation of color #9267C7: hue angle of 266.88º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9267C7 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 103 | 199 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.22 |
| HSL | 266.88º | 0.46% | 0.59% | - |
| HSV(B) | 266.88º | 0.48% | 0.78% | - |
| XYZ | 27.01 | 19.94 | 56.46 | - |
| YUV | 126.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 103 | 199 | 0.27 | 0.48 | 0 | 0.22 | 266.88 | 0.46 | 0.59 |
| Hex | 92 | 67 | C7 | 1B | 30 | 0 | 16 | 10B | 2E | 3B |
| Octal | 222 | 147 | 307 | 33 | 60 | 0 | 26 | 413 | 56 | 73 |
| Binary | 10010010 | 1100111 | 11000111 | 11011 | 110000 | 0 | 10110 | 100001011 | 101110 | 111011 |
Color Harmonies of #9267C7
Complementary color
Monochromatic Colors of #9267C7
Black with #9267C7
Text Example
Text Example
White with #9267C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9267C7; }
p { color: rgb(146,103,199); }
H1.HeaderClassName
{
color: #9267C7;
}
.AnyTagClassName
{
color: #9267C7;
}
</style>
background-color css
<style>
a { background-color: #9267C7; }
a { background-color: rgb(146,103,199); }
div.DivClassName
{
background-color: #9267C7;
}
.BgClassName
{
background-color: #9267C7;
}
</style>
border-color css
<style>
span { border-color: #9267C7; }
span { border-color: rgb(146,103,199); }
td.TdClassName
{
border-color: #9267C7;
}
.TagClassName
{
border-color: #9267C7;
}
</style>