Shades of Amethyst #965DCE
Tints of Amethyst #965DCE
RGB
CMYK
RGB Variations
Color information
#965DCE (or 0x965DCE) is known color: Amethyst. HEX triplet: 96, 5D and CE. RGB value is (150,93,206). Sum of RGB (Red+Green+Blue) = 150+93+206=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #965DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965DCE is #69A231. Grayscale: #7A7A7A. Windows color (decimal): -6922802 or 13524374. OLE color: 13524374.
HSL color Cylindrical-coordinate representation of color #965DCE: hue angle of 270.27º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965DCE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 93 | 206 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.19 |
| HSL | 270.27º | 0.54% | 0.59% | - |
| HSV(B) | 270.27º | 0.55% | 0.81% | - |
| XYZ | 27.63 | 18.77 | 60.56 | - |
| YUV | 122.93 | 174.88 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 206 | 0.27 | 0.55 | 0 | 0.19 | 270.27 | 0.54 | 0.59 |
| Hex | 96 | 5D | CE | 1B | 37 | 0 | 13 | 10E | 36 | 3B |
| Octal | 226 | 135 | 316 | 33 | 67 | 0 | 23 | 416 | 66 | 73 |
| Binary | 10010110 | 1011101 | 11001110 | 11011 | 110111 | 0 | 10011 | 100001110 | 110110 | 111011 |
Color Harmonies of #965DCE
Complementary color
Monochromatic Colors of #965DCE
Black with #965DCE
Text Example
Text Example
White with #965DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965DCE; }
p { color: rgb(150,93,206); }
H1.HeaderClassName
{
color: #965DCE;
}
.AnyTagClassName
{
color: #965DCE;
}
</style>
background-color css
<style>
a { background-color: #965DCE; }
a { background-color: rgb(150,93,206); }
div.DivClassName
{
background-color: #965DCE;
}
.BgClassName
{
background-color: #965DCE;
}
</style>
border-color css
<style>
span { border-color: #965DCE; }
span { border-color: rgb(150,93,206); }
td.TdClassName
{
border-color: #965DCE;
}
.TagClassName
{
border-color: #965DCE;
}
</style>