Shades of Dark Violet #960CBF
Tints of Dark Violet #960CBF
RGB
CMYK
RGB Variations
Color information
#960CBF (or 0x960CBF) is known color: Dark Violet. HEX triplet: 96, 0C and BF. RGB value is (150,12,191). Sum of RGB (Red+Green+Blue) = 150+12+191=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #960CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CBF is #69F340. Grayscale: #494949. Windows color (decimal): -6943553 or 12520598. OLE color: 12520598.
HSL color Cylindrical-coordinate representation of color #960CBF: hue angle of 286.26º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CBF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 12 | 191 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.25 |
| HSL | 286.26º | 0.88% | 0.4% | - |
| HSV(B) | 286.26º | 0.94% | 0.75% | - |
| XYZ | 22.11 | 10.51 | 50.15 | - |
| YUV | 73.67 | 194.22 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 191 | 0.21 | 0.94 | 0 | 0.25 | 286.26 | 0.88 | 0.4 |
| Hex | 96 | C | BF | 15 | 5E | 0 | 19 | 11E | 58 | 28 |
| Octal | 226 | 14 | 277 | 25 | 136 | 0 | 31 | 436 | 130 | 50 |
| Binary | 10010110 | 1100 | 10111111 | 10101 | 1011110 | 0 | 11001 | 100011110 | 1011000 | 101000 |
Color Harmonies of #960CBF
Complementary color
Monochromatic Colors of #960CBF
Black with #960CBF
Text Example
Text Example
White with #960CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CBF; }
p { color: rgb(150,12,191); }
H1.HeaderClassName
{
color: #960CBF;
}
.AnyTagClassName
{
color: #960CBF;
}
</style>
background-color css
<style>
a { background-color: #960CBF; }
a { background-color: rgb(150,12,191); }
div.DivClassName
{
background-color: #960CBF;
}
.BgClassName
{
background-color: #960CBF;
}
</style>
border-color css
<style>
span { border-color: #960CBF; }
span { border-color: rgb(150,12,191); }
td.TdClassName
{
border-color: #960CBF;
}
.TagClassName
{
border-color: #960CBF;
}
</style>