Shades of Amethyst #9F65CA
Tints of Amethyst #9F65CA
RGB
CMYK
RGB Variations
Color information
#9F65CA (or 0x9F65CA) is known color: Amethyst. HEX triplet: 9F, 65 and CA. RGB value is (159,101,202). Sum of RGB (Red+Green+Blue) = 159+101+202=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F65CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65CA is #609A35. Grayscale: #818181. Windows color (decimal): -6330934 or 13264287. OLE color: 13264287.
HSL color Cylindrical-coordinate representation of color #9F65CA: hue angle of 274.46º 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 #9F65CA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 101 | 202 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.21 |
| HSL | 274.46º | 0.49% | 0.59% | - |
| HSV(B) | 274.46º | 0.5% | 0.79% | - |
| XYZ | 29.61 | 20.94 | 58.36 | - |
| YUV | 129.86 | 168.72 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 202 | 0.21 | 0.50 | 0 | 0.21 | 274.46 | 0.49 | 0.59 |
| Hex | 9F | 65 | CA | 15 | 32 | 0 | 15 | 112 | 31 | 3B |
| Octal | 237 | 145 | 312 | 25 | 62 | 0 | 25 | 422 | 61 | 73 |
| Binary | 10011111 | 1100101 | 11001010 | 10101 | 110010 | 0 | 10101 | 100010010 | 110001 | 111011 |
Color Harmonies of #9F65CA
Complementary color
Monochromatic Colors of #9F65CA
Black with #9F65CA
Text Example
Text Example
White with #9F65CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F65CA; }
p { color: rgb(159,101,202); }
H1.HeaderClassName
{
color: #9F65CA;
}
.AnyTagClassName
{
color: #9F65CA;
}
</style>
background-color css
<style>
a { background-color: #9F65CA; }
a { background-color: rgb(159,101,202); }
div.DivClassName
{
background-color: #9F65CA;
}
.BgClassName
{
background-color: #9F65CA;
}
</style>
border-color css
<style>
span { border-color: #9F65CA; }
span { border-color: rgb(159,101,202); }
td.TdClassName
{
border-color: #9F65CA;
}
.TagClassName
{
border-color: #9F65CA;
}
</style>