Shades of Amethyst #9E6BC8
Tints of Amethyst #9E6BC8
RGB
CMYK
RGB Variations
Color information
#9E6BC8 (or 0x9E6BC8) is known color: Amethyst. HEX triplet: 9E, 6B and C8. RGB value is (158,107,200). Sum of RGB (Red+Green+Blue) = 158+107+200=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 200 - color contains mainly: blue. Hex color #9E6BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6BC8 is #619437. Grayscale: #848484. Windows color (decimal): -6394936 or 13134750. OLE color: 13134750.
HSL color Cylindrical-coordinate representation of color #9E6BC8: hue angle of 272.9º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6BC8 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 107 | 200 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.22 |
| HSL | 272.9º | 0.46% | 0.6% | - |
| HSV(B) | 272.9º | 0.47% | 0.78% | - |
| XYZ | 29.78 | 21.95 | 57.31 | - |
| YUV | 132.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 200 | 0.21 | 0.46 | 0 | 0.22 | 272.9 | 0.46 | 0.6 |
| Hex | 9E | 6B | C8 | 15 | 2E | 0 | 16 | 111 | 2E | 3C |
| Octal | 236 | 153 | 310 | 25 | 56 | 0 | 26 | 421 | 56 | 74 |
| Binary | 10011110 | 1101011 | 11001000 | 10101 | 101110 | 0 | 10110 | 100010001 | 101110 | 111100 |
Color Harmonies of #9E6BC8
Complementary color
Monochromatic Colors of #9E6BC8
Black with #9E6BC8
Text Example
Text Example
White with #9E6BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6BC8; }
p { color: rgb(158,107,200); }
H1.HeaderClassName
{
color: #9E6BC8;
}
.AnyTagClassName
{
color: #9E6BC8;
}
</style>
background-color css
<style>
a { background-color: #9E6BC8; }
a { background-color: rgb(158,107,200); }
div.DivClassName
{
background-color: #9E6BC8;
}
.BgClassName
{
background-color: #9E6BC8;
}
</style>
border-color css
<style>
span { border-color: #9E6BC8; }
span { border-color: rgb(158,107,200); }
td.TdClassName
{
border-color: #9E6BC8;
}
.TagClassName
{
border-color: #9E6BC8;
}
</style>