Shades of Amethyst #9765CA
Tints of Amethyst #9765CA
RGB
CMYK
RGB Variations
Color information
#9765CA (or 0x9765CA) is known color: Amethyst. HEX triplet: 97, 65 and CA. RGB value is (151,101,202). Sum of RGB (Red+Green+Blue) = 151+101+202=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 101 (39.84% from 255 or 22.25% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #9765CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765CA is #689A35. Grayscale: #7F7F7F. Windows color (decimal): -6855222 or 13264279. OLE color: 13264279.
HSL color Cylindrical-coordinate representation of color #9765CA: hue angle of 269.7º 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 #9765CA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 101 | 202 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.21 |
| HSL | 269.7º | 0.49% | 0.59% | - |
| HSV(B) | 269.7º | 0.5% | 0.79% | - |
| XYZ | 28.08 | 20.15 | 58.29 | - |
| YUV | 127.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 202 | 0.25 | 0.50 | 0 | 0.21 | 269.7 | 0.49 | 0.59 |
| Hex | 97 | 65 | CA | 19 | 32 | 0 | 15 | 10E | 31 | 3B |
| Octal | 227 | 145 | 312 | 31 | 62 | 0 | 25 | 416 | 61 | 73 |
| Binary | 10010111 | 1100101 | 11001010 | 11001 | 110010 | 0 | 10101 | 100001110 | 110001 | 111011 |
Color Harmonies of #9765CA
Complementary color
Monochromatic Colors of #9765CA
Black with #9765CA
Text Example
Text Example
White with #9765CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9765CA; }
p { color: rgb(151,101,202); }
H1.HeaderClassName
{
color: #9765CA;
}
.AnyTagClassName
{
color: #9765CA;
}
</style>
background-color css
<style>
a { background-color: #9765CA; }
a { background-color: rgb(151,101,202); }
div.DivClassName
{
background-color: #9765CA;
}
.BgClassName
{
background-color: #9765CA;
}
</style>
border-color css
<style>
span { border-color: #9765CA; }
span { border-color: rgb(151,101,202); }
td.TdClassName
{
border-color: #9765CA;
}
.TagClassName
{
border-color: #9765CA;
}
</style>