Shades of Amethyst #9569CF
Tints of Amethyst #9569CF
RGB
CMYK
RGB Variations
Color information
#9569CF (or 0x9569CF) is known color: Amethyst. HEX triplet: 95, 69 and CF. RGB value is (149,105,207). Sum of RGB (Red+Green+Blue) = 149+105+207=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #9569CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569CF is #6A9630. Grayscale: #818181. Windows color (decimal): -6985265 or 13592981. OLE color: 13592981.
HSL color Cylindrical-coordinate representation of color #9569CF: hue angle of 265.88º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9569CF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 105 | 207 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.19 |
| HSL | 265.88º | 0.52% | 0.61% | - |
| HSV(B) | 265.88º | 0.49% | 0.81% | - |
| XYZ | 28.71 | 21 | 61.57 | - |
| YUV | 129.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 207 | 0.28 | 0.49 | 0 | 0.19 | 265.88 | 0.52 | 0.61 |
| Hex | 95 | 69 | CF | 1C | 31 | 0 | 13 | 10A | 34 | 3D |
| Octal | 225 | 151 | 317 | 34 | 61 | 0 | 23 | 412 | 64 | 75 |
| Binary | 10010101 | 1101001 | 11001111 | 11100 | 110001 | 0 | 10011 | 100001010 | 110100 | 111101 |
Color Harmonies of #9569CF
Complementary color
Monochromatic Colors of #9569CF
Black with #9569CF
Text Example
Text Example
White with #9569CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9569CF; }
p { color: rgb(149,105,207); }
H1.HeaderClassName
{
color: #9569CF;
}
.AnyTagClassName
{
color: #9569CF;
}
</style>
background-color css
<style>
a { background-color: #9569CF; }
a { background-color: rgb(149,105,207); }
div.DivClassName
{
background-color: #9569CF;
}
.BgClassName
{
background-color: #9569CF;
}
</style>
border-color css
<style>
span { border-color: #9569CF; }
span { border-color: rgb(149,105,207); }
td.TdClassName
{
border-color: #9569CF;
}
.TagClassName
{
border-color: #9569CF;
}
</style>