Shades of Dark Violet #960BBD
Tints of Dark Violet #960BBD
RGB
CMYK
RGB Variations
Color information
#960BBD (or 0x960BBD) is known color: Dark Violet. HEX triplet: 96, 0B and BD. RGB value is (150,11,189). Sum of RGB (Red+Green+Blue) = 150+11+189=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #960BBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #960BBD is #69F442. Grayscale: #484848. Windows color (decimal): -6943811 or 12389270. OLE color: 12389270.
HSL color Cylindrical-coordinate representation of color #960BBD: hue angle of 286.85º degrees, saturation: 0.89, 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 #960BBD is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 11 | 189 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.26 |
| HSL | 286.85º | 0.89% | 0.39% | - |
| HSV(B) | 286.85º | 0.94% | 0.74% | - |
| XYZ | 21.88 | 10.4 | 49 | - |
| YUV | 72.85 | 193.55 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 189 | 0.21 | 0.94 | 0 | 0.26 | 286.85 | 0.89 | 0.39 |
| Hex | 96 | B | BD | 15 | 5E | 0 | 1A | 11F | 59 | 27 |
| Octal | 226 | 13 | 275 | 25 | 136 | 0 | 32 | 437 | 131 | 47 |
| Binary | 10010110 | 1011 | 10111101 | 10101 | 1011110 | 0 | 11010 | 100011111 | 1011001 | 100111 |
Color Harmonies of #960BBD
Complementary color
Monochromatic Colors of #960BBD
Black with #960BBD
Text Example
Text Example
White with #960BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960BBD; }
p { color: rgb(150,11,189); }
H1.HeaderClassName
{
color: #960BBD;
}
.AnyTagClassName
{
color: #960BBD;
}
</style>
background-color css
<style>
a { background-color: #960BBD; }
a { background-color: rgb(150,11,189); }
div.DivClassName
{
background-color: #960BBD;
}
.BgClassName
{
background-color: #960BBD;
}
</style>
border-color css
<style>
span { border-color: #960BBD; }
span { border-color: rgb(150,11,189); }
td.TdClassName
{
border-color: #960BBD;
}
.TagClassName
{
border-color: #960BBD;
}
</style>