Shades of Amethyst #9567CE
Tints of Amethyst #9567CE
RGB
CMYK
RGB Variations
Color information
#9567CE (or 0x9567CE) is known color: Amethyst. HEX triplet: 95, 67 and CE. RGB value is (149,103,206). Sum of RGB (Red+Green+Blue) = 149+103+206=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9567CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567CE is #6A9831. Grayscale: #808080. Windows color (decimal): -6985778 or 13526933. OLE color: 13526933.
HSL color Cylindrical-coordinate representation of color #9567CE: hue angle of 266.8º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9567CE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 103 | 206 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.19 |
| HSL | 266.8º | 0.51% | 0.61% | - |
| HSV(B) | 266.8º | 0.5% | 0.81% | - |
| XYZ | 28.39 | 20.55 | 60.86 | - |
| YUV | 128.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 206 | 0.28 | 0.50 | 0 | 0.19 | 266.8 | 0.51 | 0.61 |
| Hex | 95 | 67 | CE | 1C | 32 | 0 | 13 | 10B | 33 | 3D |
| Octal | 225 | 147 | 316 | 34 | 62 | 0 | 23 | 413 | 63 | 75 |
| Binary | 10010101 | 1100111 | 11001110 | 11100 | 110010 | 0 | 10011 | 100001011 | 110011 | 111101 |
Color Harmonies of #9567CE
Complementary color
Monochromatic Colors of #9567CE
Black with #9567CE
Text Example
Text Example
White with #9567CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9567CE; }
p { color: rgb(149,103,206); }
H1.HeaderClassName
{
color: #9567CE;
}
.AnyTagClassName
{
color: #9567CE;
}
</style>
background-color css
<style>
a { background-color: #9567CE; }
a { background-color: rgb(149,103,206); }
div.DivClassName
{
background-color: #9567CE;
}
.BgClassName
{
background-color: #9567CE;
}
</style>
border-color css
<style>
span { border-color: #9567CE; }
span { border-color: rgb(149,103,206); }
td.TdClassName
{
border-color: #9567CE;
}
.TagClassName
{
border-color: #9567CE;
}
</style>