Shades of Amethyst #9767CA
Tints of Amethyst #9767CA
RGB
CMYK
RGB Variations
Color information
#9767CA (or 0x9767CA) is known color: Amethyst. HEX triplet: 97, 67 and CA. RGB value is (151,103,202). Sum of RGB (Red+Green+Blue) = 151+103+202=456 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.11% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #9767CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9767CA is #689835. Grayscale: #808080. Windows color (decimal): -6854710 or 13264791. OLE color: 13264791.
HSL color Cylindrical-coordinate representation of color #9767CA: hue angle of 269.09º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9767CA is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 103 | 202 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.21 |
| HSL | 269.09º | 0.48% | 0.6% | - |
| HSV(B) | 269.09º | 0.49% | 0.79% | - |
| XYZ | 28.27 | 20.54 | 58.35 | - |
| YUV | 128.64 | 169.4 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 202 | 0.25 | 0.49 | 0 | 0.21 | 269.09 | 0.48 | 0.6 |
| Hex | 97 | 67 | CA | 19 | 31 | 0 | 15 | 10D | 30 | 3C |
| Octal | 227 | 147 | 312 | 31 | 61 | 0 | 25 | 415 | 60 | 74 |
| Binary | 10010111 | 1100111 | 11001010 | 11001 | 110001 | 0 | 10101 | 100001101 | 110000 | 111100 |
Color Harmonies of #9767CA
Complementary color
Monochromatic Colors of #9767CA
Black with #9767CA
Text Example
Text Example
White with #9767CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9767CA; }
p { color: rgb(151,103,202); }
H1.HeaderClassName
{
color: #9767CA;
}
.AnyTagClassName
{
color: #9767CA;
}
</style>
background-color css
<style>
a { background-color: #9767CA; }
a { background-color: rgb(151,103,202); }
div.DivClassName
{
background-color: #9767CA;
}
.BgClassName
{
background-color: #9767CA;
}
</style>
border-color css
<style>
span { border-color: #9767CA; }
span { border-color: rgb(151,103,202); }
td.TdClassName
{
border-color: #9767CA;
}
.TagClassName
{
border-color: #9767CA;
}
</style>