Shades of Amethyst #9869D0
Tints of Amethyst #9869D0
RGB
CMYK
RGB Variations
Color information
#9869D0 (or 0x9869D0) is known color: Amethyst. HEX triplet: 98, 69 and D0. RGB value is (152,105,208). Sum of RGB (Red+Green+Blue) = 152+105+208=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #9869D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9869D0 is #67962F. Grayscale: #828282. Windows color (decimal): -6788656 or 13658520. OLE color: 13658520.
HSL color Cylindrical-coordinate representation of color #9869D0: hue angle of 267.38º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9869D0 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 152 | 105 | 208 | - |
| CMYK | 0.27 | 0.50 | 0 | 0.18 |
| HSL | 267.38º | 0.52% | 0.61% | - |
| HSV(B) | 267.38º | 0.5% | 0.82% | - |
| XYZ | 29.39 | 21.33 | 62.24 | - |
| YUV | 130.8 | 171.57 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 208 | 0.27 | 0.50 | 0 | 0.18 | 267.38 | 0.52 | 0.61 |
| Hex | 98 | 69 | D0 | 1B | 32 | 0 | 12 | 10B | 34 | 3D |
| Octal | 230 | 151 | 320 | 33 | 62 | 0 | 22 | 413 | 64 | 75 |
| Binary | 10011000 | 1101001 | 11010000 | 11011 | 110010 | 0 | 10010 | 100001011 | 110100 | 111101 |
Color Harmonies of #9869D0
Complementary color
Monochromatic Colors of #9869D0
Black with #9869D0
Text Example
Text Example
White with #9869D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9869D0; }
p { color: rgb(152,105,208); }
H1.HeaderClassName
{
color: #9869D0;
}
.AnyTagClassName
{
color: #9869D0;
}
</style>
background-color css
<style>
a { background-color: #9869D0; }
a { background-color: rgb(152,105,208); }
div.DivClassName
{
background-color: #9869D0;
}
.BgClassName
{
background-color: #9869D0;
}
</style>
border-color css
<style>
span { border-color: #9869D0; }
span { border-color: rgb(152,105,208); }
td.TdClassName
{
border-color: #9869D0;
}
.TagClassName
{
border-color: #9869D0;
}
</style>