Shades of Amethyst #9B70CC
Tints of Amethyst #9B70CC
RGB
CMYK
RGB Variations
Color information
#9B70CC (or 0x9B70CC) is known color: Amethyst. HEX triplet: 9B, 70 and CC. RGB value is (155,112,204). Sum of RGB (Red+Green+Blue) = 155+112+204=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 204 (80.08% from 255 or 43.31% from 471); Max value from RGB is 204 - color contains mainly: blue. Hex color #9B70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B70CC is #648F33. Grayscale: #878787. Windows color (decimal): -6590260 or 13398171. OLE color: 13398171.
HSL color Cylindrical-coordinate representation of color #9B70CC: hue angle of 268.04º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B70CC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 155 | 112 | 204 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.2 |
| HSL | 268.04º | 0.47% | 0.62% | - |
| HSV(B) | 268.04º | 0.45% | 0.8% | - |
| XYZ | 30.21 | 22.92 | 59.96 | - |
| YUV | 135.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 204 | 0.24 | 0.45 | 0 | 0.2 | 268.04 | 0.47 | 0.62 |
| Hex | 9B | 70 | CC | 18 | 2D | 0 | 14 | 10C | 2F | 3E |
| Octal | 233 | 160 | 314 | 30 | 55 | 0 | 24 | 414 | 57 | 76 |
| Binary | 10011011 | 1110000 | 11001100 | 11000 | 101101 | 0 | 10100 | 100001100 | 101111 | 111110 |
Color Harmonies of #9B70CC
Complementary color
Monochromatic Colors of #9B70CC
Black with #9B70CC
Text Example
Text Example
White with #9B70CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B70CC; }
p { color: rgb(155,112,204); }
H1.HeaderClassName
{
color: #9B70CC;
}
.AnyTagClassName
{
color: #9B70CC;
}
</style>
background-color css
<style>
a { background-color: #9B70CC; }
a { background-color: rgb(155,112,204); }
div.DivClassName
{
background-color: #9B70CC;
}
.BgClassName
{
background-color: #9B70CC;
}
</style>
border-color css
<style>
span { border-color: #9B70CC; }
span { border-color: rgb(155,112,204); }
td.TdClassName
{
border-color: #9B70CC;
}
.TagClassName
{
border-color: #9B70CC;
}
</style>