Shades of Amethyst #9C66CB
Tints of Amethyst #9C66CB
RGB
CMYK
RGB Variations
Color information
#9C66CB (or 0x9C66CB) is known color: Amethyst. HEX triplet: 9C, 66 and CB. RGB value is (156,102,203). Sum of RGB (Red+Green+Blue) = 156+102+203=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C66CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C66CB is #639934. Grayscale: #818181. Windows color (decimal): -6527285 or 13330076. OLE color: 13330076.
HSL color Cylindrical-coordinate representation of color #9C66CB: hue angle of 272.08º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C66CB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 102 | 203 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.20 |
| HSL | 272.08º | 0.49% | 0.6% | - |
| HSV(B) | 272.08º | 0.5% | 0.8% | - |
| XYZ | 29.24 | 20.88 | 58.99 | - |
| YUV | 129.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 203 | 0.23 | 0.50 | 0 | 0.20 | 272.08 | 0.49 | 0.6 |
| Hex | 9C | 66 | CB | 17 | 32 | 0 | 14 | 110 | 31 | 3C |
| Octal | 234 | 146 | 313 | 27 | 62 | 0 | 24 | 420 | 61 | 74 |
| Binary | 10011100 | 1100110 | 11001011 | 10111 | 110010 | 0 | 10100 | 100010000 | 110001 | 111100 |
Color Harmonies of #9C66CB
Complementary color
Monochromatic Colors of #9C66CB
Black with #9C66CB
Text Example
Text Example
White with #9C66CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C66CB; }
p { color: rgb(156,102,203); }
H1.HeaderClassName
{
color: #9C66CB;
}
.AnyTagClassName
{
color: #9C66CB;
}
</style>
background-color css
<style>
a { background-color: #9C66CB; }
a { background-color: rgb(156,102,203); }
div.DivClassName
{
background-color: #9C66CB;
}
.BgClassName
{
background-color: #9C66CB;
}
</style>
border-color css
<style>
span { border-color: #9C66CB; }
span { border-color: rgb(156,102,203); }
td.TdClassName
{
border-color: #9C66CB;
}
.TagClassName
{
border-color: #9C66CB;
}
</style>