Shades of Blue Violet #962DDB
Tints of Blue Violet #962DDB
RGB
CMYK
RGB Variations
Color information
#962DDB (or 0x962DDB) is known color: Blue Violet. HEX triplet: 96, 2D and DB. RGB value is (150,45,219). Sum of RGB (Red+Green+Blue) = 150+45+219=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #962DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DDB is #69D224. Grayscale: #5F5F5F. Windows color (decimal): -6935077 or 14364054. OLE color: 14364054.
HSL color Cylindrical-coordinate representation of color #962DDB: hue angle of 276.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962DDB is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 45 | 219 | - |
| CMYK | 0.32 | 0.79 | 0 | 0.14 |
| HSL | 276.21º | 0.71% | 0.52% | - |
| HSV(B) | 276.21º | 0.79% | 0.86% | - |
| XYZ | 26.3 | 13.48 | 68.23 | - |
| YUV | 96.23 | 197.29 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 219 | 0.32 | 0.79 | 0 | 0.14 | 276.21 | 0.71 | 0.52 |
| Hex | 96 | 2D | DB | 20 | 4F | 0 | E | 114 | 47 | 34 |
| Octal | 226 | 55 | 333 | 40 | 117 | 0 | 16 | 424 | 107 | 64 |
| Binary | 10010110 | 101101 | 11011011 | 100000 | 1001111 | 0 | 1110 | 100010100 | 1000111 | 110100 |
Color Harmonies of #962DDB
Complementary color
Monochromatic Colors of #962DDB
Black with #962DDB
Text Example
Text Example
White with #962DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DDB; }
p { color: rgb(150,45,219); }
H1.HeaderClassName
{
color: #962DDB;
}
.AnyTagClassName
{
color: #962DDB;
}
</style>
background-color css
<style>
a { background-color: #962DDB; }
a { background-color: rgb(150,45,219); }
div.DivClassName
{
background-color: #962DDB;
}
.BgClassName
{
background-color: #962DDB;
}
</style>
border-color css
<style>
span { border-color: #962DDB; }
span { border-color: rgb(150,45,219); }
td.TdClassName
{
border-color: #962DDB;
}
.TagClassName
{
border-color: #962DDB;
}
</style>