Shades of Amethyst #9E6FCC
Tints of Amethyst #9E6FCC
RGB
CMYK
RGB Variations
Color information
#9E6FCC (or 0x9E6FCC) is known color: Amethyst. HEX triplet: 9E, 6F and CC. RGB value is (158,111,204). Sum of RGB (Red+Green+Blue) = 158+111+204=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E6FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6FCC is #619033. Grayscale: #878787. Windows color (decimal): -6393908 or 13397918. OLE color: 13397918.
HSL color Cylindrical-coordinate representation of color #9E6FCC: hue angle of 270.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6FCC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 111 | 204 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.2 |
| HSL | 270.32º | 0.48% | 0.62% | - |
| HSV(B) | 270.32º | 0.46% | 0.8% | - |
| XYZ | 30.68 | 23 | 59.95 | - |
| YUV | 135.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 111 | 204 | 0.23 | 0.46 | 0 | 0.2 | 270.32 | 0.48 | 0.62 |
| Hex | 9E | 6F | CC | 17 | 2E | 0 | 14 | 10E | 30 | 3E |
| Octal | 236 | 157 | 314 | 27 | 56 | 0 | 24 | 416 | 60 | 76 |
| Binary | 10011110 | 1101111 | 11001100 | 10111 | 101110 | 0 | 10100 | 100001110 | 110000 | 111110 |
Color Harmonies of #9E6FCC
Complementary color
Monochromatic Colors of #9E6FCC
Black with #9E6FCC
Text Example
Text Example
White with #9E6FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6FCC; }
p { color: rgb(158,111,204); }
H1.HeaderClassName
{
color: #9E6FCC;
}
.AnyTagClassName
{
color: #9E6FCC;
}
</style>
background-color css
<style>
a { background-color: #9E6FCC; }
a { background-color: rgb(158,111,204); }
div.DivClassName
{
background-color: #9E6FCC;
}
.BgClassName
{
background-color: #9E6FCC;
}
</style>
border-color css
<style>
span { border-color: #9E6FCC; }
span { border-color: rgb(158,111,204); }
td.TdClassName
{
border-color: #9E6FCC;
}
.TagClassName
{
border-color: #9E6FCC;
}
</style>