Shades of Amethyst #9B6DCF
Tints of Amethyst #9B6DCF
RGB
CMYK
RGB Variations
Color information
#9B6DCF (or 0x9B6DCF) is known color: Amethyst. HEX triplet: 9B, 6D and CF. RGB value is (155,109,207). Sum of RGB (Red+Green+Blue) = 155+109+207=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #9B6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B6DCF is #649230. Grayscale: #858585. Windows color (decimal): -6591025 or 13594011. OLE color: 13594011.
HSL color Cylindrical-coordinate representation of color #9B6DCF: hue angle of 268.16º degrees, saturation: 0.51, 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 #9B6DCF is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 109 | 207 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.19 |
| HSL | 268.16º | 0.51% | 0.62% | - |
| HSV(B) | 268.16º | 0.47% | 0.81% | - |
| XYZ | 30.25 | 22.41 | 61.76 | - |
| YUV | 133.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 109 | 207 | 0.25 | 0.47 | 0 | 0.19 | 268.16 | 0.51 | 0.62 |
| Hex | 9B | 6D | CF | 19 | 2F | 0 | 13 | 10C | 33 | 3E |
| Octal | 233 | 155 | 317 | 31 | 57 | 0 | 23 | 414 | 63 | 76 |
| Binary | 10011011 | 1101101 | 11001111 | 11001 | 101111 | 0 | 10011 | 100001100 | 110011 | 111110 |
Color Harmonies of #9B6DCF
Complementary color
Monochromatic Colors of #9B6DCF
Black with #9B6DCF
Text Example
Text Example
White with #9B6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6DCF; }
p { color: rgb(155,109,207); }
H1.HeaderClassName
{
color: #9B6DCF;
}
.AnyTagClassName
{
color: #9B6DCF;
}
</style>
background-color css
<style>
a { background-color: #9B6DCF; }
a { background-color: rgb(155,109,207); }
div.DivClassName
{
background-color: #9B6DCF;
}
.BgClassName
{
background-color: #9B6DCF;
}
</style>
border-color css
<style>
span { border-color: #9B6DCF; }
span { border-color: rgb(155,109,207); }
td.TdClassName
{
border-color: #9B6DCF;
}
.TagClassName
{
border-color: #9B6DCF;
}
</style>