Shades of Amethyst #9C69CB
Tints of Amethyst #9C69CB
RGB
CMYK
RGB Variations
Color information
#9C69CB (or 0x9C69CB) is known color: Amethyst. HEX triplet: 9C, 69 and CB. RGB value is (156,105,203). Sum of RGB (Red+Green+Blue) = 156+105+203=464 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.62% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C69CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C69CB is #639634. Grayscale: #838383. Windows color (decimal): -6526517 or 13330844. OLE color: 13330844.
HSL color Cylindrical-coordinate representation of color #9C69CB: hue angle of 271.22º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C69CB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 105 | 203 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.20 |
| HSL | 271.22º | 0.49% | 0.6% | - |
| HSV(B) | 271.22º | 0.48% | 0.8% | - |
| XYZ | 29.54 | 21.48 | 59.09 | - |
| YUV | 131.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 203 | 0.23 | 0.48 | 0 | 0.20 | 271.22 | 0.49 | 0.6 |
| Hex | 9C | 69 | CB | 17 | 30 | 0 | 14 | 10F | 31 | 3C |
| Octal | 234 | 151 | 313 | 27 | 60 | 0 | 24 | 417 | 61 | 74 |
| Binary | 10011100 | 1101001 | 11001011 | 10111 | 110000 | 0 | 10100 | 100001111 | 110001 | 111100 |
Color Harmonies of #9C69CB
Complementary color
Monochromatic Colors of #9C69CB
Black with #9C69CB
Text Example
Text Example
White with #9C69CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C69CB; }
p { color: rgb(156,105,203); }
H1.HeaderClassName
{
color: #9C69CB;
}
.AnyTagClassName
{
color: #9C69CB;
}
</style>
background-color css
<style>
a { background-color: #9C69CB; }
a { background-color: rgb(156,105,203); }
div.DivClassName
{
background-color: #9C69CB;
}
.BgClassName
{
background-color: #9C69CB;
}
</style>
border-color css
<style>
span { border-color: #9C69CB; }
span { border-color: rgb(156,105,203); }
td.TdClassName
{
border-color: #9C69CB;
}
.TagClassName
{
border-color: #9C69CB;
}
</style>