Shades of Amethyst #965FDB
Tints of Amethyst #965FDB
RGB
CMYK
RGB Variations
Color information
#965FDB (or 0x965FDB) is known color: Amethyst. HEX triplet: 96, 5F and DB. RGB value is (150,95,219). Sum of RGB (Red+Green+Blue) = 150+95+219=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #965FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FDB is #69A024. Grayscale: #7D7D7D. Windows color (decimal): -6922277 or 14376854. OLE color: 14376854.
HSL color Cylindrical-coordinate representation of color #965FDB: hue angle of 266.61º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #965FDB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 95 | 219 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.14 |
| HSL | 266.61º | 0.63% | 0.62% | - |
| HSV(B) | 266.61º | 0.57% | 0.86% | - |
| XYZ | 29.46 | 19.78 | 69.28 | - |
| YUV | 125.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 219 | 0.32 | 0.57 | 0 | 0.14 | 266.61 | 0.63 | 0.62 |
| Hex | 96 | 5F | DB | 20 | 39 | 0 | E | 10B | 3F | 3E |
| Octal | 226 | 137 | 333 | 40 | 71 | 0 | 16 | 413 | 77 | 76 |
| Binary | 10010110 | 1011111 | 11011011 | 100000 | 111001 | 0 | 1110 | 100001011 | 111111 | 111110 |
Color Harmonies of #965FDB
Complementary color
Monochromatic Colors of #965FDB
Black with #965FDB
Text Example
Text Example
White with #965FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FDB; }
p { color: rgb(150,95,219); }
H1.HeaderClassName
{
color: #965FDB;
}
.AnyTagClassName
{
color: #965FDB;
}
</style>
background-color css
<style>
a { background-color: #965FDB; }
a { background-color: rgb(150,95,219); }
div.DivClassName
{
background-color: #965FDB;
}
.BgClassName
{
background-color: #965FDB;
}
</style>
border-color css
<style>
span { border-color: #965FDB; }
span { border-color: rgb(150,95,219); }
td.TdClassName
{
border-color: #965FDB;
}
.TagClassName
{
border-color: #965FDB;
}
</style>