Shades of Amethyst #9569D3
Tints of Amethyst #9569D3
RGB
CMYK
RGB Variations
Color information
#9569D3 (or 0x9569D3) is known color: Amethyst. HEX triplet: 95, 69 and D3. RGB value is (149,105,211). Sum of RGB (Red+Green+Blue) = 149+105+211=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #9569D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569D3 is #6A962C. Grayscale: #818181. Windows color (decimal): -6985261 or 13855125. OLE color: 13855125.
HSL color Cylindrical-coordinate representation of color #9569D3: hue angle of 264.91º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9569D3 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 105 | 211 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.17 |
| HSL | 264.91º | 0.55% | 0.62% | - |
| HSV(B) | 264.91º | 0.5% | 0.83% | - |
| XYZ | 29.2 | 21.2 | 64.18 | - |
| YUV | 130.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 211 | 0.29 | 0.50 | 0 | 0.17 | 264.91 | 0.55 | 0.62 |
| Hex | 95 | 69 | D3 | 1D | 32 | 0 | 11 | 109 | 37 | 3E |
| Octal | 225 | 151 | 323 | 35 | 62 | 0 | 21 | 411 | 67 | 76 |
| Binary | 10010101 | 1101001 | 11010011 | 11101 | 110010 | 0 | 10001 | 100001001 | 110111 | 111110 |
Color Harmonies of #9569D3
Complementary color
Monochromatic Colors of #9569D3
Black with #9569D3
Text Example
Text Example
White with #9569D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569D3; }
p { color: rgb(149,105,211); }
H1.HeaderClassName
{
color: #9569D3;
}
.AnyTagClassName
{
color: #9569D3;
}
</style>
background-color css
<style>
a { background-color: #9569D3; }
a { background-color: rgb(149,105,211); }
div.DivClassName
{
background-color: #9569D3;
}
.BgClassName
{
background-color: #9569D3;
}
</style>
border-color css
<style>
span { border-color: #9569D3; }
span { border-color: rgb(149,105,211); }
td.TdClassName
{
border-color: #9569D3;
}
.TagClassName
{
border-color: #9569D3;
}
</style>