Shades of Blue Violet #962BDB
Tints of Blue Violet #962BDB
RGB
CMYK
RGB Variations
Color information
#962BDB (or 0x962BDB) is known color: Blue Violet. HEX triplet: 96, 2B and DB. RGB value is (150,43,219). Sum of RGB (Red+Green+Blue) = 150+43+219=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #962BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BDB is #69D424. Grayscale: #5E5E5E. Windows color (decimal): -6935589 or 14363542. OLE color: 14363542.
HSL color Cylindrical-coordinate representation of color #962BDB: hue angle of 276.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962BDB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 43 | 219 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.14 |
| HSL | 276.48º | 0.71% | 0.51% | - |
| HSV(B) | 276.48º | 0.8% | 0.86% | - |
| XYZ | 26.23 | 13.33 | 68.21 | - |
| YUV | 95.06 | 197.95 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 219 | 0.32 | 0.80 | 0 | 0.14 | 276.48 | 0.71 | 0.51 |
| Hex | 96 | 2B | DB | 20 | 50 | 0 | E | 114 | 47 | 33 |
| Octal | 226 | 53 | 333 | 40 | 120 | 0 | 16 | 424 | 107 | 63 |
| Binary | 10010110 | 101011 | 11011011 | 100000 | 1010000 | 0 | 1110 | 100010100 | 1000111 | 110011 |
Color Harmonies of #962BDB
Complementary color
Monochromatic Colors of #962BDB
Black with #962BDB
Text Example
Text Example
White with #962BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BDB; }
p { color: rgb(150,43,219); }
H1.HeaderClassName
{
color: #962BDB;
}
.AnyTagClassName
{
color: #962BDB;
}
</style>
background-color css
<style>
a { background-color: #962BDB; }
a { background-color: rgb(150,43,219); }
div.DivClassName
{
background-color: #962BDB;
}
.BgClassName
{
background-color: #962BDB;
}
</style>
border-color css
<style>
span { border-color: #962BDB; }
span { border-color: rgb(150,43,219); }
td.TdClassName
{
border-color: #962BDB;
}
.TagClassName
{
border-color: #962BDB;
}
</style>