Shades of Amethyst #9765D0
Tints of Amethyst #9765D0
RGB
CMYK
RGB Variations
Color information
#9765D0 (or 0x9765D0) is known color: Amethyst. HEX triplet: 97, 65 and D0. RGB value is (151,101,208). Sum of RGB (Red+Green+Blue) = 151+101+208=460 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.83% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #9765D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765D0 is #689A2F. Grayscale: #7F7F7F. Windows color (decimal): -6855216 or 13657495. OLE color: 13657495.
HSL color Cylindrical-coordinate representation of color #9765D0: hue angle of 268.04º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9765D0 is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 101 | 208 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.18 |
| HSL | 268.04º | 0.53% | 0.61% | - |
| HSV(B) | 268.04º | 0.51% | 0.82% | - |
| XYZ | 28.8 | 20.44 | 62.1 | - |
| YUV | 128.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 208 | 0.27 | 0.51 | 0 | 0.18 | 268.04 | 0.53 | 0.61 |
| Hex | 97 | 65 | D0 | 1B | 33 | 0 | 12 | 10C | 35 | 3D |
| Octal | 227 | 145 | 320 | 33 | 63 | 0 | 22 | 414 | 65 | 75 |
| Binary | 10010111 | 1100101 | 11010000 | 11011 | 110011 | 0 | 10010 | 100001100 | 110101 | 111101 |
Color Harmonies of #9765D0
Complementary color
Monochromatic Colors of #9765D0
Black with #9765D0
Text Example
Text Example
White with #9765D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9765D0; }
p { color: rgb(151,101,208); }
H1.HeaderClassName
{
color: #9765D0;
}
.AnyTagClassName
{
color: #9765D0;
}
</style>
background-color css
<style>
a { background-color: #9765D0; }
a { background-color: rgb(151,101,208); }
div.DivClassName
{
background-color: #9765D0;
}
.BgClassName
{
background-color: #9765D0;
}
</style>
border-color css
<style>
span { border-color: #9765D0; }
span { border-color: rgb(151,101,208); }
td.TdClassName
{
border-color: #9765D0;
}
.TagClassName
{
border-color: #9765D0;
}
</style>