Shades of Dark Violet #960BC5
Tints of Dark Violet #960BC5
RGB
CMYK
RGB Variations
Color information
#960BC5 (or 0x960BC5) is known color: Dark Violet. HEX triplet: 96, 0B and C5. RGB value is (150,11,197). Sum of RGB (Red+Green+Blue) = 150+11+197=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 197 (77.34% from 255 or 55.03% from 358); Max value from RGB is 197 - color contains mainly: blue. Hex color #960BC5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BC5 is #69F43A. Grayscale: #494949. Windows color (decimal): -6943803 or 12913558. OLE color: 12913558.
HSL color Cylindrical-coordinate representation of color #960BC5: hue angle of 284.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960BC5 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 11 | 197 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.23 |
| HSL | 284.84º | 0.89% | 0.41% | - |
| HSV(B) | 284.84º | 0.94% | 0.77% | - |
| XYZ | 22.78 | 10.75 | 53.7 | - |
| YUV | 73.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 197 | 0.24 | 0.94 | 0 | 0.23 | 284.84 | 0.89 | 0.41 |
| Hex | 96 | B | C5 | 18 | 5E | 0 | 17 | 11D | 59 | 29 |
| Octal | 226 | 13 | 305 | 30 | 136 | 0 | 27 | 435 | 131 | 51 |
| Binary | 10010110 | 1011 | 11000101 | 11000 | 1011110 | 0 | 10111 | 100011101 | 1011001 | 101001 |
Color Harmonies of #960BC5
Complementary color
Monochromatic Colors of #960BC5
Black with #960BC5
Text Example
Text Example
White with #960BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960BC5; }
p { color: rgb(150,11,197); }
H1.HeaderClassName
{
color: #960BC5;
}
.AnyTagClassName
{
color: #960BC5;
}
</style>
background-color css
<style>
a { background-color: #960BC5; }
a { background-color: rgb(150,11,197); }
div.DivClassName
{
background-color: #960BC5;
}
.BgClassName
{
background-color: #960BC5;
}
</style>
border-color css
<style>
span { border-color: #960BC5; }
span { border-color: rgb(150,11,197); }
td.TdClassName
{
border-color: #960BC5;
}
.TagClassName
{
border-color: #960BC5;
}
</style>