Shades of Blue Violet #962CDB
Tints of Blue Violet #962CDB
RGB
CMYK
RGB Variations
Color information
#962CDB (or 0x962CDB) is known color: Blue Violet. HEX triplet: 96, 2C and DB. RGB value is (150,44,219). Sum of RGB (Red+Green+Blue) = 150+44+219=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #962CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CDB is #69D324. Grayscale: #5F5F5F. Windows color (decimal): -6935333 or 14363798. OLE color: 14363798.
HSL color Cylindrical-coordinate representation of color #962CDB: hue angle of 276.34º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962CDB is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 44 | 219 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.14 |
| HSL | 276.34º | 0.71% | 0.52% | - |
| HSV(B) | 276.34º | 0.8% | 0.86% | - |
| XYZ | 26.26 | 13.4 | 68.22 | - |
| YUV | 95.64 | 197.62 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 219 | 0.32 | 0.80 | 0 | 0.14 | 276.34 | 0.71 | 0.52 |
| Hex | 96 | 2C | DB | 20 | 50 | 0 | E | 114 | 47 | 34 |
| Octal | 226 | 54 | 333 | 40 | 120 | 0 | 16 | 424 | 107 | 64 |
| Binary | 10010110 | 101100 | 11011011 | 100000 | 1010000 | 0 | 1110 | 100010100 | 1000111 | 110100 |
Color Harmonies of #962CDB
Complementary color
Monochromatic Colors of #962CDB
Black with #962CDB
Text Example
Text Example
White with #962CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CDB; }
p { color: rgb(150,44,219); }
H1.HeaderClassName
{
color: #962CDB;
}
.AnyTagClassName
{
color: #962CDB;
}
</style>
background-color css
<style>
a { background-color: #962CDB; }
a { background-color: rgb(150,44,219); }
div.DivClassName
{
background-color: #962CDB;
}
.BgClassName
{
background-color: #962CDB;
}
</style>
border-color css
<style>
span { border-color: #962CDB; }
span { border-color: rgb(150,44,219); }
td.TdClassName
{
border-color: #962CDB;
}
.TagClassName
{
border-color: #962CDB;
}
</style>