Shades of Dark Violet #960FBC
Tints of Dark Violet #960FBC
RGB
CMYK
RGB Variations
Color information
#960FBC (or 0x960FBC) is known color: Dark Violet. HEX triplet: 96, 0F and BC. RGB value is (150,15,188). Sum of RGB (Red+Green+Blue) = 150+15+188=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 15 (6.25% from 255 or 4.25% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #960FBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FBC is #69F043. Grayscale: #4A4A4A. Windows color (decimal): -6942788 or 12324758. OLE color: 12324758.
HSL color Cylindrical-coordinate representation of color #960FBC: hue angle of 286.82º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960FBC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 15 | 188 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.26 |
| HSL | 286.82º | 0.85% | 0.4% | - |
| HSV(B) | 286.82º | 0.92% | 0.74% | - |
| XYZ | 21.83 | 10.46 | 48.44 | - |
| YUV | 75.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 188 | 0.20 | 0.92 | 0 | 0.26 | 286.82 | 0.85 | 0.4 |
| Hex | 96 | F | BC | 14 | 5C | 0 | 1A | 11F | 55 | 28 |
| Octal | 226 | 17 | 274 | 24 | 134 | 0 | 32 | 437 | 125 | 50 |
| Binary | 10010110 | 1111 | 10111100 | 10100 | 1011100 | 0 | 11010 | 100011111 | 1010101 | 101000 |
Color Harmonies of #960FBC
Complementary color
Monochromatic Colors of #960FBC
Black with #960FBC
Text Example
Text Example
White with #960FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FBC; }
p { color: rgb(150,15,188); }
H1.HeaderClassName
{
color: #960FBC;
}
.AnyTagClassName
{
color: #960FBC;
}
</style>
background-color css
<style>
a { background-color: #960FBC; }
a { background-color: rgb(150,15,188); }
div.DivClassName
{
background-color: #960FBC;
}
.BgClassName
{
background-color: #960FBC;
}
</style>
border-color css
<style>
span { border-color: #960FBC; }
span { border-color: rgb(150,15,188); }
td.TdClassName
{
border-color: #960FBC;
}
.TagClassName
{
border-color: #960FBC;
}
</style>