Shades of Amethyst #9568CD
Tints of Amethyst #9568CD
RGB
CMYK
RGB Variations
Color information
#9568CD (or 0x9568CD) is known color: Amethyst. HEX triplet: 95, 68 and CD. RGB value is (149,104,205). Sum of RGB (Red+Green+Blue) = 149+104+205=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 104 (41.02% from 255 or 22.71% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #9568CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9568CD is #6A9732. Grayscale: #808080. Windows color (decimal): -6985523 or 13461653. OLE color: 13461653.
HSL color Cylindrical-coordinate representation of color #9568CD: hue angle of 266.73º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9568CD is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 104 | 205 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.20 |
| HSL | 266.73º | 0.5% | 0.61% | - |
| HSV(B) | 266.73º | 0.49% | 0.8% | - |
| XYZ | 28.36 | 20.7 | 60.26 | - |
| YUV | 128.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 104 | 205 | 0.27 | 0.49 | 0 | 0.20 | 266.73 | 0.5 | 0.61 |
| Hex | 95 | 68 | CD | 1B | 31 | 0 | 14 | 10B | 32 | 3D |
| Octal | 225 | 150 | 315 | 33 | 61 | 0 | 24 | 413 | 62 | 75 |
| Binary | 10010101 | 1101000 | 11001101 | 11011 | 110001 | 0 | 10100 | 100001011 | 110010 | 111101 |
Color Harmonies of #9568CD
Complementary color
Monochromatic Colors of #9568CD
Black with #9568CD
Text Example
Text Example
White with #9568CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9568CD; }
p { color: rgb(149,104,205); }
H1.HeaderClassName
{
color: #9568CD;
}
.AnyTagClassName
{
color: #9568CD;
}
</style>
background-color css
<style>
a { background-color: #9568CD; }
a { background-color: rgb(149,104,205); }
div.DivClassName
{
background-color: #9568CD;
}
.BgClassName
{
background-color: #9568CD;
}
</style>
border-color css
<style>
span { border-color: #9568CD; }
span { border-color: rgb(149,104,205); }
td.TdClassName
{
border-color: #9568CD;
}
.TagClassName
{
border-color: #9568CD;
}
</style>