Shades of Dark Violet #960CBB
Tints of Dark Violet #960CBB
RGB
CMYK
RGB Variations
Color information
#960CBB (or 0x960CBB) is known color: Dark Violet. HEX triplet: 96, 0C and BB. RGB value is (150,12,187). Sum of RGB (Red+Green+Blue) = 150+12+187=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #960CBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960CBB is #69F344. Grayscale: #484848. Windows color (decimal): -6943557 or 12258454. OLE color: 12258454.
HSL color Cylindrical-coordinate representation of color #960CBB: hue angle of 287.31º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960CBB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 12 | 187 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.27 |
| HSL | 287.31º | 0.88% | 0.39% | - |
| HSV(B) | 287.31º | 0.94% | 0.73% | - |
| XYZ | 21.68 | 10.33 | 47.87 | - |
| YUV | 73.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 187 | 0.20 | 0.94 | 0 | 0.27 | 287.31 | 0.88 | 0.39 |
| Hex | 96 | C | BB | 14 | 5E | 0 | 1B | 11F | 58 | 27 |
| Octal | 226 | 14 | 273 | 24 | 136 | 0 | 33 | 437 | 130 | 47 |
| Binary | 10010110 | 1100 | 10111011 | 10100 | 1011110 | 0 | 11011 | 100011111 | 1011000 | 100111 |
Color Harmonies of #960CBB
Complementary color
Monochromatic Colors of #960CBB
Black with #960CBB
Text Example
Text Example
White with #960CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960CBB; }
p { color: rgb(150,12,187); }
H1.HeaderClassName
{
color: #960CBB;
}
.AnyTagClassName
{
color: #960CBB;
}
</style>
background-color css
<style>
a { background-color: #960CBB; }
a { background-color: rgb(150,12,187); }
div.DivClassName
{
background-color: #960CBB;
}
.BgClassName
{
background-color: #960CBB;
}
</style>
border-color css
<style>
span { border-color: #960CBB; }
span { border-color: rgb(150,12,187); }
td.TdClassName
{
border-color: #960CBB;
}
.TagClassName
{
border-color: #960CBB;
}
</style>