Shades of Amethyst #9C64CA
Tints of Amethyst #9C64CA
RGB
CMYK
RGB Variations
Color information
#9C64CA (or 0x9C64CA) is known color: Amethyst. HEX triplet: 9C, 64 and CA. RGB value is (156,100,202). Sum of RGB (Red+Green+Blue) = 156+100+202=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C64CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C64CA is #639B35. Grayscale: #808080. Windows color (decimal): -6527798 or 13264028. OLE color: 13264028.
HSL color Cylindrical-coordinate representation of color #9C64CA: hue angle of 272.94º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C64CA is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 100 | 202 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.21 |
| HSL | 272.94º | 0.49% | 0.59% | - |
| HSV(B) | 272.94º | 0.5% | 0.79% | - |
| XYZ | 28.93 | 20.45 | 58.3 | - |
| YUV | 128.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 202 | 0.23 | 0.50 | 0 | 0.21 | 272.94 | 0.49 | 0.59 |
| Hex | 9C | 64 | CA | 17 | 32 | 0 | 15 | 111 | 31 | 3B |
| Octal | 234 | 144 | 312 | 27 | 62 | 0 | 25 | 421 | 61 | 73 |
| Binary | 10011100 | 1100100 | 11001010 | 10111 | 110010 | 0 | 10101 | 100010001 | 110001 | 111011 |
Color Harmonies of #9C64CA
Complementary color
Monochromatic Colors of #9C64CA
Black with #9C64CA
Text Example
Text Example
White with #9C64CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C64CA; }
p { color: rgb(156,100,202); }
H1.HeaderClassName
{
color: #9C64CA;
}
.AnyTagClassName
{
color: #9C64CA;
}
</style>
background-color css
<style>
a { background-color: #9C64CA; }
a { background-color: rgb(156,100,202); }
div.DivClassName
{
background-color: #9C64CA;
}
.BgClassName
{
background-color: #9C64CA;
}
</style>
border-color css
<style>
span { border-color: #9C64CA; }
span { border-color: rgb(156,100,202); }
td.TdClassName
{
border-color: #9C64CA;
}
.TagClassName
{
border-color: #9C64CA;
}
</style>