Shades of Amethyst #9A70CF
Tints of Amethyst #9A70CF
RGB
CMYK
RGB Variations
Color information
#9A70CF (or 0x9A70CF) is known color: Amethyst. HEX triplet: 9A, 70 and CF. RGB value is (154,112,207). Sum of RGB (Red+Green+Blue) = 154+112+207=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A70CF is #658F30. Grayscale: #878787. Windows color (decimal): -6655793 or 13594778. OLE color: 13594778.
HSL color Cylindrical-coordinate representation of color #9A70CF: hue angle of 266.53º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A70CF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 112 | 207 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.19 |
| HSL | 266.53º | 0.5% | 0.63% | - |
| HSV(B) | 266.53º | 0.46% | 0.81% | - |
| XYZ | 30.38 | 22.96 | 61.86 | - |
| YUV | 135.39 | 168.41 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 207 | 0.26 | 0.46 | 0 | 0.19 | 266.53 | 0.5 | 0.63 |
| Hex | 9A | 70 | CF | 1A | 2E | 0 | 13 | 10B | 32 | 3F |
| Octal | 232 | 160 | 317 | 32 | 56 | 0 | 23 | 413 | 62 | 77 |
| Binary | 10011010 | 1110000 | 11001111 | 11010 | 101110 | 0 | 10011 | 100001011 | 110010 | 111111 |
Color Harmonies of #9A70CF
Complementary color
Monochromatic Colors of #9A70CF
Black with #9A70CF
Text Example
Text Example
White with #9A70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A70CF; }
p { color: rgb(154,112,207); }
H1.HeaderClassName
{
color: #9A70CF;
}
.AnyTagClassName
{
color: #9A70CF;
}
</style>
background-color css
<style>
a { background-color: #9A70CF; }
a { background-color: rgb(154,112,207); }
div.DivClassName
{
background-color: #9A70CF;
}
.BgClassName
{
background-color: #9A70CF;
}
</style>
border-color css
<style>
span { border-color: #9A70CF; }
span { border-color: rgb(154,112,207); }
td.TdClassName
{
border-color: #9A70CF;
}
.TagClassName
{
border-color: #9A70CF;
}
</style>