Shades of Blue Violet #961EDB
Tints of Blue Violet #961EDB
RGB
CMYK
RGB Variations
Color information
#961EDB (or 0x961EDB) is known color: Blue Violet. HEX triplet: 96, 1E and DB. RGB value is (150,30,219). Sum of RGB (Red+Green+Blue) = 150+30+219=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #961EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961EDB is #69E124. Grayscale: #565656. Windows color (decimal): -6938917 or 14360214. OLE color: 14360214.
HSL color Cylindrical-coordinate representation of color #961EDB: hue angle of 278.1º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #961EDB is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 30 | 219 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.14 |
| HSL | 278.1º | 0.76% | 0.49% | - |
| HSV(B) | 278.1º | 0.86% | 0.86% | - |
| XYZ | 25.83 | 12.53 | 68.07 | - |
| YUV | 87.43 | 202.26 | 172.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 219 | 0.32 | 0.86 | 0 | 0.14 | 278.1 | 0.76 | 0.49 |
| Hex | 96 | 1E | DB | 20 | 56 | 0 | E | 116 | 4C | 31 |
| Octal | 226 | 36 | 333 | 40 | 126 | 0 | 16 | 426 | 114 | 61 |
| Binary | 10010110 | 11110 | 11011011 | 100000 | 1010110 | 0 | 1110 | 100010110 | 1001100 | 110001 |
Color Harmonies of #961EDB
Complementary color
Monochromatic Colors of #961EDB
Black with #961EDB
Text Example
Text Example
White with #961EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961EDB; }
p { color: rgb(150,30,219); }
H1.HeaderClassName
{
color: #961EDB;
}
.AnyTagClassName
{
color: #961EDB;
}
</style>
background-color css
<style>
a { background-color: #961EDB; }
a { background-color: rgb(150,30,219); }
div.DivClassName
{
background-color: #961EDB;
}
.BgClassName
{
background-color: #961EDB;
}
</style>
border-color css
<style>
span { border-color: #961EDB; }
span { border-color: rgb(150,30,219); }
td.TdClassName
{
border-color: #961EDB;
}
.TagClassName
{
border-color: #961EDB;
}
</style>