Shades of Dark Violet #960BDD
Tints of Dark Violet #960BDD
RGB
CMYK
RGB Variations
Color information
#960BDD (or 0x960BDD) is known color: Dark Violet. HEX triplet: 96, 0B and DD. RGB value is (150,11,221). Sum of RGB (Red+Green+Blue) = 150+11+221=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #960BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BDD is #69F422. Grayscale: #4B4B4B. Windows color (decimal): -6943779 or 14486422. OLE color: 14486422.
HSL color Cylindrical-coordinate representation of color #960BDD: hue angle of 279.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960BDD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 11 | 221 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.13 |
| HSL | 279.71º | 0.91% | 0.45% | - |
| HSV(B) | 279.71º | 0.95% | 0.87% | - |
| XYZ | 25.75 | 11.94 | 69.35 | - |
| YUV | 76.5 | 209.55 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 221 | 0.32 | 0.95 | 0 | 0.13 | 279.71 | 0.91 | 0.45 |
| Hex | 96 | B | DD | 20 | 5F | 0 | D | 118 | 5B | 2D |
| Octal | 226 | 13 | 335 | 40 | 137 | 0 | 15 | 430 | 133 | 55 |
| Binary | 10010110 | 1011 | 11011101 | 100000 | 1011111 | 0 | 1101 | 100011000 | 1011011 | 101101 |
Color Harmonies of #960BDD
Complementary color
Monochromatic Colors of #960BDD
Black with #960BDD
Text Example
Text Example
White with #960BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960BDD; }
p { color: rgb(150,11,221); }
H1.HeaderClassName
{
color: #960BDD;
}
.AnyTagClassName
{
color: #960BDD;
}
</style>
background-color css
<style>
a { background-color: #960BDD; }
a { background-color: rgb(150,11,221); }
div.DivClassName
{
background-color: #960BDD;
}
.BgClassName
{
background-color: #960BDD;
}
</style>
border-color css
<style>
span { border-color: #960BDD; }
span { border-color: rgb(150,11,221); }
td.TdClassName
{
border-color: #960BDD;
}
.TagClassName
{
border-color: #960BDD;
}
</style>