Shades of Dark Violet #970BBB
Tints of Dark Violet #970BBB
RGB
CMYK
RGB Variations
Color information
#970BBB (or 0x970BBB) is known color: Dark Violet. HEX triplet: 97, 0B and BB. RGB value is (151,11,187). Sum of RGB (Red+Green+Blue) = 151+11+187=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 11 (4.69% from 255 or 3.15% 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 #970BBB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BBB is #68F444. Grayscale: #484848. Windows color (decimal): -6878277 or 12258199. OLE color: 12258199.
HSL color Cylindrical-coordinate representation of color #970BBB: hue angle of 287.73º degrees, saturation: 0.89, 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 #970BBB is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 11 | 187 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.27 |
| HSL | 287.73º | 0.89% | 0.39% | - |
| HSV(B) | 287.73º | 0.94% | 0.73% | - |
| XYZ | 21.85 | 10.41 | 47.87 | - |
| YUV | 72.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 187 | 0.19 | 0.94 | 0 | 0.27 | 287.73 | 0.89 | 0.39 |
| Hex | 97 | B | BB | 13 | 5E | 0 | 1B | 120 | 59 | 27 |
| Octal | 227 | 13 | 273 | 23 | 136 | 0 | 33 | 440 | 131 | 47 |
| Binary | 10010111 | 1011 | 10111011 | 10011 | 1011110 | 0 | 11011 | 100100000 | 1011001 | 100111 |
Color Harmonies of #970BBB
Complementary color
Monochromatic Colors of #970BBB
Black with #970BBB
Text Example
Text Example
White with #970BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BBB; }
p { color: rgb(151,11,187); }
H1.HeaderClassName
{
color: #970BBB;
}
.AnyTagClassName
{
color: #970BBB;
}
</style>
background-color css
<style>
a { background-color: #970BBB; }
a { background-color: rgb(151,11,187); }
div.DivClassName
{
background-color: #970BBB;
}
.BgClassName
{
background-color: #970BBB;
}
</style>
border-color css
<style>
span { border-color: #970BBB; }
span { border-color: rgb(151,11,187); }
td.TdClassName
{
border-color: #970BBB;
}
.TagClassName
{
border-color: #970BBB;
}
</style>