Shades of Amethyst #965CCA
Tints of Amethyst #965CCA
RGB
CMYK
RGB Variations
Color information
#965CCA (or 0x965CCA) is known color: Amethyst. HEX triplet: 96, 5C and CA. RGB value is (150,92,202). Sum of RGB (Red+Green+Blue) = 150+92+202=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #965CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965CCA is #69A335. Grayscale: #797979. Windows color (decimal): -6923062 or 13261974. OLE color: 13261974.
HSL color Cylindrical-coordinate representation of color #965CCA: hue angle of 271.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #965CCA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 92 | 202 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.21 |
| HSL | 271.64º | 0.51% | 0.58% | - |
| HSV(B) | 271.64º | 0.54% | 0.79% | - |
| XYZ | 27.07 | 18.4 | 58 | - |
| YUV | 121.88 | 173.22 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 202 | 0.26 | 0.54 | 0 | 0.21 | 271.64 | 0.51 | 0.58 |
| Hex | 96 | 5C | CA | 1A | 36 | 0 | 15 | 110 | 33 | 3A |
| Octal | 226 | 134 | 312 | 32 | 66 | 0 | 25 | 420 | 63 | 72 |
| Binary | 10010110 | 1011100 | 11001010 | 11010 | 110110 | 0 | 10101 | 100010000 | 110011 | 111010 |
Color Harmonies of #965CCA
Complementary color
Monochromatic Colors of #965CCA
Black with #965CCA
Text Example
Text Example
White with #965CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965CCA; }
p { color: rgb(150,92,202); }
H1.HeaderClassName
{
color: #965CCA;
}
.AnyTagClassName
{
color: #965CCA;
}
</style>
background-color css
<style>
a { background-color: #965CCA; }
a { background-color: rgb(150,92,202); }
div.DivClassName
{
background-color: #965CCA;
}
.BgClassName
{
background-color: #965CCA;
}
</style>
border-color css
<style>
span { border-color: #965CCA; }
span { border-color: rgb(150,92,202); }
td.TdClassName
{
border-color: #965CCA;
}
.TagClassName
{
border-color: #965CCA;
}
</style>