Shades of Dark Violet #960FB4
Tints of Dark Violet #960FB4
RGB
CMYK
RGB Variations
Color information
#960FB4 (or 0x960FB4) is known color: Dark Violet. HEX triplet: 96, 0F and B4. RGB value is (150,15,180). Sum of RGB (Red+Green+Blue) = 150+15+180=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 15 (6.25% from 255 or 4.35% from 345); Blue value is 180 (70.70% from 255 or 52.17% from 345); Max value from RGB is 180 - color contains mainly: blue. Hex color #960FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960FB4 is #69F04B. Grayscale: #494949. Windows color (decimal): -6942796 or 11800470. OLE color: 11800470.
HSL color Cylindrical-coordinate representation of color #960FB4: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960FB4 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 15 | 180 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.29 |
| HSL | 289.09º | 0.85% | 0.38% | - |
| HSV(B) | 289.09º | 0.92% | 0.71% | - |
| XYZ | 20.99 | 10.12 | 44.03 | - |
| YUV | 74.18 | 187.73 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 15 | 180 | 0.17 | 0.92 | 0 | 0.29 | 289.09 | 0.85 | 0.38 |
| Hex | 96 | F | B4 | 11 | 5C | 0 | 1D | 121 | 55 | 26 |
| Octal | 226 | 17 | 264 | 21 | 134 | 0 | 35 | 441 | 125 | 46 |
| Binary | 10010110 | 1111 | 10110100 | 10001 | 1011100 | 0 | 11101 | 100100001 | 1010101 | 100110 |
Color Harmonies of #960FB4
Complementary color
Monochromatic Colors of #960FB4
Black with #960FB4
Text Example
Text Example
White with #960FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960FB4; }
p { color: rgb(150,15,180); }
H1.HeaderClassName
{
color: #960FB4;
}
.AnyTagClassName
{
color: #960FB4;
}
</style>
background-color css
<style>
a { background-color: #960FB4; }
a { background-color: rgb(150,15,180); }
div.DivClassName
{
background-color: #960FB4;
}
.BgClassName
{
background-color: #960FB4;
}
</style>
border-color css
<style>
span { border-color: #960FB4; }
span { border-color: rgb(150,15,180); }
td.TdClassName
{
border-color: #960FB4;
}
.TagClassName
{
border-color: #960FB4;
}
</style>