Shades of Blue Violet #962BDD
Tints of Blue Violet #962BDD
RGB
CMYK
RGB Variations
Color information
#962BDD (or 0x962BDD) is known color: Blue Violet. HEX triplet: 96, 2B and DD. RGB value is (150,43,221). Sum of RGB (Red+Green+Blue) = 150+43+221=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #962BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BDD is #69D422. Grayscale: #5E5E5E. Windows color (decimal): -6935587 or 14494614. OLE color: 14494614.
HSL color Cylindrical-coordinate representation of color #962BDD: hue angle of 276.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962BDD is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 43 | 221 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.13 |
| HSL | 276.07º | 0.72% | 0.52% | - |
| HSV(B) | 276.07º | 0.81% | 0.87% | - |
| XYZ | 26.49 | 13.43 | 69.6 | - |
| YUV | 95.29 | 198.95 | 167.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 221 | 0.32 | 0.81 | 0 | 0.13 | 276.07 | 0.72 | 0.52 |
| Hex | 96 | 2B | DD | 20 | 51 | 0 | D | 114 | 48 | 34 |
| Octal | 226 | 53 | 335 | 40 | 121 | 0 | 15 | 424 | 110 | 64 |
| Binary | 10010110 | 101011 | 11011101 | 100000 | 1010001 | 0 | 1101 | 100010100 | 1001000 | 110100 |
Color Harmonies of #962BDD
Complementary color
Monochromatic Colors of #962BDD
Black with #962BDD
Text Example
Text Example
White with #962BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BDD; }
p { color: rgb(150,43,221); }
H1.HeaderClassName
{
color: #962BDD;
}
.AnyTagClassName
{
color: #962BDD;
}
</style>
background-color css
<style>
a { background-color: #962BDD; }
a { background-color: rgb(150,43,221); }
div.DivClassName
{
background-color: #962BDD;
}
.BgClassName
{
background-color: #962BDD;
}
</style>
border-color css
<style>
span { border-color: #962BDD; }
span { border-color: rgb(150,43,221); }
td.TdClassName
{
border-color: #962BDD;
}
.TagClassName
{
border-color: #962BDD;
}
</style>