Shades of Amethyst #9B6ECF
Tints of Amethyst #9B6ECF
RGB
CMYK
RGB Variations
Color information
#9B6ECF (or 0x9B6ECF) is known color: Amethyst. HEX triplet: 9B, 6E and CF. RGB value is (155,110,207). Sum of RGB (Red+Green+Blue) = 155+110+207=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B6ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6ECF is #649130. Grayscale: #868686. Windows color (decimal): -6590769 or 13594267. OLE color: 13594267.
HSL color Cylindrical-coordinate representation of color #9B6ECF: hue angle of 267.84º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B6ECF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 110 | 207 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.19 |
| HSL | 267.84º | 0.5% | 0.62% | - |
| HSV(B) | 267.84º | 0.47% | 0.81% | - |
| XYZ | 30.36 | 22.63 | 61.8 | - |
| YUV | 134.51 | 168.91 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 207 | 0.25 | 0.47 | 0 | 0.19 | 267.84 | 0.5 | 0.62 |
| Hex | 9B | 6E | CF | 19 | 2F | 0 | 13 | 10C | 32 | 3E |
| Octal | 233 | 156 | 317 | 31 | 57 | 0 | 23 | 414 | 62 | 76 |
| Binary | 10011011 | 1101110 | 11001111 | 11001 | 101111 | 0 | 10011 | 100001100 | 110010 | 111110 |
Color Harmonies of #9B6ECF
Complementary color
Monochromatic Colors of #9B6ECF
Black with #9B6ECF
Text Example
Text Example
White with #9B6ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6ECF; }
p { color: rgb(155,110,207); }
H1.HeaderClassName
{
color: #9B6ECF;
}
.AnyTagClassName
{
color: #9B6ECF;
}
</style>
background-color css
<style>
a { background-color: #9B6ECF; }
a { background-color: rgb(155,110,207); }
div.DivClassName
{
background-color: #9B6ECF;
}
.BgClassName
{
background-color: #9B6ECF;
}
</style>
border-color css
<style>
span { border-color: #9B6ECF; }
span { border-color: rgb(155,110,207); }
td.TdClassName
{
border-color: #9B6ECF;
}
.TagClassName
{
border-color: #9B6ECF;
}
</style>