Shades of Amethyst #966BCA
Tints of Amethyst #966BCA
RGB
CMYK
RGB Variations
Color information
#966BCA (or 0x966BCA) is known color: Amethyst. HEX triplet: 96, 6B and CA. RGB value is (150,107,202). Sum of RGB (Red+Green+Blue) = 150+107+202=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #966BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966BCA is #699435. Grayscale: #828282. Windows color (decimal): -6919222 or 13265814. OLE color: 13265814.
HSL color Cylindrical-coordinate representation of color #966BCA: hue angle of 267.16º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #966BCA is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 107 | 202 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.21 |
| HSL | 267.16º | 0.47% | 0.61% | - |
| HSV(B) | 267.16º | 0.47% | 0.79% | - |
| XYZ | 28.5 | 21.26 | 58.48 | - |
| YUV | 130.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 202 | 0.26 | 0.47 | 0 | 0.21 | 267.16 | 0.47 | 0.61 |
| Hex | 96 | 6B | CA | 1A | 2F | 0 | 15 | 10B | 2F | 3D |
| Octal | 226 | 153 | 312 | 32 | 57 | 0 | 25 | 413 | 57 | 75 |
| Binary | 10010110 | 1101011 | 11001010 | 11010 | 101111 | 0 | 10101 | 100001011 | 101111 | 111101 |
Color Harmonies of #966BCA
Complementary color
Monochromatic Colors of #966BCA
Black with #966BCA
Text Example
Text Example
White with #966BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966BCA; }
p { color: rgb(150,107,202); }
H1.HeaderClassName
{
color: #966BCA;
}
.AnyTagClassName
{
color: #966BCA;
}
</style>
background-color css
<style>
a { background-color: #966BCA; }
a { background-color: rgb(150,107,202); }
div.DivClassName
{
background-color: #966BCA;
}
.BgClassName
{
background-color: #966BCA;
}
</style>
border-color css
<style>
span { border-color: #966BCA; }
span { border-color: rgb(150,107,202); }
td.TdClassName
{
border-color: #966BCA;
}
.TagClassName
{
border-color: #966BCA;
}
</style>