Shades of Dark Violet #970BBF
Tints of Dark Violet #970BBF
RGB
CMYK
RGB Variations
Color information
#970BBF (or 0x970BBF) is known color: Dark Violet. HEX triplet: 97, 0B and BF. RGB value is (151,11,191). Sum of RGB (Red+Green+Blue) = 151+11+191=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #970BBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BBF is #68F440. Grayscale: #484848. Windows color (decimal): -6878273 or 12520343. OLE color: 12520343.
HSL color Cylindrical-coordinate representation of color #970BBF: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970BBF is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 11 | 191 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.25 |
| HSL | 286.67º | 0.89% | 0.4% | - |
| HSV(B) | 286.67º | 0.94% | 0.75% | - |
| XYZ | 22.29 | 10.58 | 50.16 | - |
| YUV | 73.38 | 194.38 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 191 | 0.21 | 0.94 | 0 | 0.25 | 286.67 | 0.89 | 0.4 |
| Hex | 97 | B | BF | 15 | 5E | 0 | 19 | 11F | 59 | 28 |
| Octal | 227 | 13 | 277 | 25 | 136 | 0 | 31 | 437 | 131 | 50 |
| Binary | 10010111 | 1011 | 10111111 | 10101 | 1011110 | 0 | 11001 | 100011111 | 1011001 | 101000 |
Color Harmonies of #970BBF
Complementary color
Monochromatic Colors of #970BBF
Black with #970BBF
Text Example
Text Example
White with #970BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BBF; }
p { color: rgb(151,11,191); }
H1.HeaderClassName
{
color: #970BBF;
}
.AnyTagClassName
{
color: #970BBF;
}
</style>
background-color css
<style>
a { background-color: #970BBF; }
a { background-color: rgb(151,11,191); }
div.DivClassName
{
background-color: #970BBF;
}
.BgClassName
{
background-color: #970BBF;
}
</style>
border-color css
<style>
span { border-color: #970BBF; }
span { border-color: rgb(151,11,191); }
td.TdClassName
{
border-color: #970BBF;
}
.TagClassName
{
border-color: #970BBF;
}
</style>