Shades of Amethyst #9769CB
Tints of Amethyst #9769CB
RGB
CMYK
RGB Variations
Color information
#9769CB (or 0x9769CB) is known color: Amethyst. HEX triplet: 97, 69 and CB. RGB value is (151,105,203). Sum of RGB (Red+Green+Blue) = 151+105+203=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #9769CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9769CB is #689634. Grayscale: #818181. Windows color (decimal): -6854197 or 13330839. OLE color: 13330839.
HSL color Cylindrical-coordinate representation of color #9769CB: hue angle of 268.16º 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 #9769CB is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 151 | 105 | 203 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.20 |
| HSL | 268.16º | 0.49% | 0.6% | - |
| HSV(B) | 268.16º | 0.48% | 0.8% | - |
| XYZ | 28.59 | 20.99 | 59.05 | - |
| YUV | 129.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 203 | 0.26 | 0.48 | 0 | 0.20 | 268.16 | 0.49 | 0.6 |
| Hex | 97 | 69 | CB | 1A | 30 | 0 | 14 | 10C | 31 | 3C |
| Octal | 227 | 151 | 313 | 32 | 60 | 0 | 24 | 414 | 61 | 74 |
| Binary | 10010111 | 1101001 | 11001011 | 11010 | 110000 | 0 | 10100 | 100001100 | 110001 | 111100 |
Color Harmonies of #9769CB
Complementary color
Monochromatic Colors of #9769CB
Black with #9769CB
Text Example
Text Example
White with #9769CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9769CB; }
p { color: rgb(151,105,203); }
H1.HeaderClassName
{
color: #9769CB;
}
.AnyTagClassName
{
color: #9769CB;
}
</style>
background-color css
<style>
a { background-color: #9769CB; }
a { background-color: rgb(151,105,203); }
div.DivClassName
{
background-color: #9769CB;
}
.BgClassName
{
background-color: #9769CB;
}
</style>
border-color css
<style>
span { border-color: #9769CB; }
span { border-color: rgb(151,105,203); }
td.TdClassName
{
border-color: #9769CB;
}
.TagClassName
{
border-color: #9769CB;
}
</style>