Shades of Blue Violet #961DDB
Tints of Blue Violet #961DDB
RGB
CMYK
RGB Variations
Color information
#961DDB (or 0x961DDB) is known color: Blue Violet. HEX triplet: 96, 1D and DB. RGB value is (150,29,219). Sum of RGB (Red+Green+Blue) = 150+29+219=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #961DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961DDB is #69E224. Grayscale: #565656. Windows color (decimal): -6939173 or 14359958. OLE color: 14359958.
HSL color Cylindrical-coordinate representation of color #961DDB: hue angle of 278.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961DDB is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 29 | 219 | - |
| CMYK | 0.32 | 0.87 | 0 | 0.14 |
| HSL | 278.21º | 0.77% | 0.49% | - |
| HSV(B) | 278.21º | 0.87% | 0.86% | - |
| XYZ | 25.8 | 12.48 | 68.07 | - |
| YUV | 86.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 219 | 0.32 | 0.87 | 0 | 0.14 | 278.21 | 0.77 | 0.49 |
| Hex | 96 | 1D | DB | 20 | 57 | 0 | E | 116 | 4D | 31 |
| Octal | 226 | 35 | 333 | 40 | 127 | 0 | 16 | 426 | 115 | 61 |
| Binary | 10010110 | 11101 | 11011011 | 100000 | 1010111 | 0 | 1110 | 100010110 | 1001101 | 110001 |
Color Harmonies of #961DDB
Complementary color
Monochromatic Colors of #961DDB
Black with #961DDB
Text Example
Text Example
White with #961DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DDB; }
p { color: rgb(150,29,219); }
H1.HeaderClassName
{
color: #961DDB;
}
.AnyTagClassName
{
color: #961DDB;
}
</style>
background-color css
<style>
a { background-color: #961DDB; }
a { background-color: rgb(150,29,219); }
div.DivClassName
{
background-color: #961DDB;
}
.BgClassName
{
background-color: #961DDB;
}
</style>
border-color css
<style>
span { border-color: #961DDB; }
span { border-color: rgb(150,29,219); }
td.TdClassName
{
border-color: #961DDB;
}
.TagClassName
{
border-color: #961DDB;
}
</style>