Shades of Amethyst #9C67D5
Tints of Amethyst #9C67D5
RGB
CMYK
RGB Variations
Color information
#9C67D5 (or 0x9C67D5) is known color: Amethyst. HEX triplet: 9C, 67 and D5. RGB value is (156,103,213). Sum of RGB (Red+Green+Blue) = 156+103+213=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 103 (40.62% from 255 or 21.82% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C67D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C67D5 is #63982A. Grayscale: #838383. Windows color (decimal): -6527019 or 13985692. OLE color: 13985692.
HSL color Cylindrical-coordinate representation of color #9C67D5: hue angle of 268.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C67D5 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 103 | 213 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.16 |
| HSL | 268.91º | 0.57% | 0.62% | - |
| HSV(B) | 268.91º | 0.52% | 0.84% | - |
| XYZ | 30.57 | 21.57 | 65.5 | - |
| YUV | 131.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 213 | 0.27 | 0.52 | 0 | 0.16 | 268.91 | 0.57 | 0.62 |
| Hex | 9C | 67 | D5 | 1B | 34 | 0 | 10 | 10D | 39 | 3E |
| Octal | 234 | 147 | 325 | 33 | 64 | 0 | 20 | 415 | 71 | 76 |
| Binary | 10011100 | 1100111 | 11010101 | 11011 | 110100 | 0 | 10000 | 100001101 | 111001 | 111110 |
Color Harmonies of #9C67D5
Complementary color
Monochromatic Colors of #9C67D5
Black with #9C67D5
Text Example
Text Example
White with #9C67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C67D5; }
p { color: rgb(156,103,213); }
H1.HeaderClassName
{
color: #9C67D5;
}
.AnyTagClassName
{
color: #9C67D5;
}
</style>
background-color css
<style>
a { background-color: #9C67D5; }
a { background-color: rgb(156,103,213); }
div.DivClassName
{
background-color: #9C67D5;
}
.BgClassName
{
background-color: #9C67D5;
}
</style>
border-color css
<style>
span { border-color: #9C67D5; }
span { border-color: rgb(156,103,213); }
td.TdClassName
{
border-color: #9C67D5;
}
.TagClassName
{
border-color: #9C67D5;
}
</style>