Shades of Blue Violet #962CDD
Tints of Blue Violet #962CDD
RGB
CMYK
RGB Variations
Color information
#962CDD (or 0x962CDD) is known color: Blue Violet. HEX triplet: 96, 2C and DD. RGB value is (150,44,221). Sum of RGB (Red+Green+Blue) = 150+44+221=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #962CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CDD is #69D322. Grayscale: #5F5F5F. Windows color (decimal): -6935331 or 14494870. OLE color: 14494870.
HSL color Cylindrical-coordinate representation of color #962CDD: hue angle of 275.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962CDD is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 44 | 221 | - |
| CMYK | 0.32 | 0.80 | 0 | 0.13 |
| HSL | 275.93º | 0.72% | 0.52% | - |
| HSV(B) | 275.93º | 0.8% | 0.87% | - |
| XYZ | 26.53 | 13.51 | 69.62 | - |
| YUV | 95.87 | 198.62 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 221 | 0.32 | 0.80 | 0 | 0.13 | 275.93 | 0.72 | 0.52 |
| Hex | 96 | 2C | DD | 20 | 50 | 0 | D | 114 | 48 | 34 |
| Octal | 226 | 54 | 335 | 40 | 120 | 0 | 15 | 424 | 110 | 64 |
| Binary | 10010110 | 101100 | 11011101 | 100000 | 1010000 | 0 | 1101 | 100010100 | 1001000 | 110100 |
Color Harmonies of #962CDD
Complementary color
Monochromatic Colors of #962CDD
Black with #962CDD
Text Example
Text Example
White with #962CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CDD; }
p { color: rgb(150,44,221); }
H1.HeaderClassName
{
color: #962CDD;
}
.AnyTagClassName
{
color: #962CDD;
}
</style>
background-color css
<style>
a { background-color: #962CDD; }
a { background-color: rgb(150,44,221); }
div.DivClassName
{
background-color: #962CDD;
}
.BgClassName
{
background-color: #962CDD;
}
</style>
border-color css
<style>
span { border-color: #962CDD; }
span { border-color: rgb(150,44,221); }
td.TdClassName
{
border-color: #962CDD;
}
.TagClassName
{
border-color: #962CDD;
}
</style>