Shades of Dark Violet #960CBC
Tints of Dark Violet #960CBC
RGB
CMYK
RGB Variations
Color information
#960CBC (or 0x960CBC) is known color: Dark Violet. HEX triplet: 96, 0C and BC. RGB value is (150,12,188). Sum of RGB (Red+Green+Blue) = 150+12+188=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #960CBC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CBC is #69F343. Grayscale: #484848. Windows color (decimal): -6943556 or 12323990. OLE color: 12323990.
HSL color Cylindrical-coordinate representation of color #960CBC: hue angle of 287.05º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CBC is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 12 | 188 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.26 |
| HSL | 287.05º | 0.88% | 0.39% | - |
| HSV(B) | 287.05º | 0.94% | 0.74% | - |
| XYZ | 21.79 | 10.38 | 48.43 | - |
| YUV | 73.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 188 | 0.20 | 0.94 | 0 | 0.26 | 287.05 | 0.88 | 0.39 |
| Hex | 96 | C | BC | 14 | 5E | 0 | 1A | 11F | 58 | 27 |
| Octal | 226 | 14 | 274 | 24 | 136 | 0 | 32 | 437 | 130 | 47 |
| Binary | 10010110 | 1100 | 10111100 | 10100 | 1011110 | 0 | 11010 | 100011111 | 1011000 | 100111 |
Color Harmonies of #960CBC
Complementary color
Monochromatic Colors of #960CBC
Black with #960CBC
Text Example
Text Example
White with #960CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CBC; }
p { color: rgb(150,12,188); }
H1.HeaderClassName
{
color: #960CBC;
}
.AnyTagClassName
{
color: #960CBC;
}
</style>
background-color css
<style>
a { background-color: #960CBC; }
a { background-color: rgb(150,12,188); }
div.DivClassName
{
background-color: #960CBC;
}
.BgClassName
{
background-color: #960CBC;
}
</style>
border-color css
<style>
span { border-color: #960CBC; }
span { border-color: rgb(150,12,188); }
td.TdClassName
{
border-color: #960CBC;
}
.TagClassName
{
border-color: #960CBC;
}
</style>