Shades of Dark Violet #960FBA
Tints of Dark Violet #960FBA
RGB
CMYK
RGB Variations
Color information
#960FBA (or 0x960FBA) is known color: Dark Violet. HEX triplet: 96, 0F and BA. RGB value is (150,15,186). Sum of RGB (Red+Green+Blue) = 150+15+186=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #960FBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FBA is #69F045. Grayscale: #4A4A4A. Windows color (decimal): -6942790 or 12193686. OLE color: 12193686.
HSL color Cylindrical-coordinate representation of color #960FBA: hue angle of 287.37º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960FBA is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 15 | 186 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.27 |
| HSL | 287.37º | 0.85% | 0.39% | - |
| HSV(B) | 287.37º | 0.92% | 0.73% | - |
| XYZ | 21.61 | 10.37 | 47.32 | - |
| YUV | 74.86 | 190.73 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 186 | 0.19 | 0.92 | 0 | 0.27 | 287.37 | 0.85 | 0.39 |
| Hex | 96 | F | BA | 13 | 5C | 0 | 1B | 11F | 55 | 27 |
| Octal | 226 | 17 | 272 | 23 | 134 | 0 | 33 | 437 | 125 | 47 |
| Binary | 10010110 | 1111 | 10111010 | 10011 | 1011100 | 0 | 11011 | 100011111 | 1010101 | 100111 |
Color Harmonies of #960FBA
Complementary color
Monochromatic Colors of #960FBA
Black with #960FBA
Text Example
Text Example
White with #960FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FBA; }
p { color: rgb(150,15,186); }
H1.HeaderClassName
{
color: #960FBA;
}
.AnyTagClassName
{
color: #960FBA;
}
</style>
background-color css
<style>
a { background-color: #960FBA; }
a { background-color: rgb(150,15,186); }
div.DivClassName
{
background-color: #960FBA;
}
.BgClassName
{
background-color: #960FBA;
}
</style>
border-color css
<style>
span { border-color: #960FBA; }
span { border-color: rgb(150,15,186); }
td.TdClassName
{
border-color: #960FBA;
}
.TagClassName
{
border-color: #960FBA;
}
</style>