Shades of Dark Violet #970BC0
Tints of Dark Violet #970BC0
RGB
CMYK
RGB Variations
Color information
#970BC0 (or 0x970BC0) is known color: Dark Violet. HEX triplet: 97, 0B and C0. RGB value is (151,11,192). Sum of RGB (Red+Green+Blue) = 151+11+192=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #970BC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970BC0 is #68F43F. Grayscale: #484848. Windows color (decimal): -6878272 or 12585879. OLE color: 12585879.
HSL color Cylindrical-coordinate representation of color #970BC0: hue angle of 286.41º 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 #970BC0 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 11 | 192 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.25 |
| HSL | 286.41º | 0.89% | 0.4% | - |
| HSV(B) | 286.41º | 0.94% | 0.75% | - |
| XYZ | 22.4 | 10.62 | 50.74 | - |
| YUV | 73.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 11 | 192 | 0.21 | 0.94 | 0 | 0.25 | 286.41 | 0.89 | 0.4 |
| Hex | 97 | B | C0 | 15 | 5E | 0 | 19 | 11E | 59 | 28 |
| Octal | 227 | 13 | 300 | 25 | 136 | 0 | 31 | 436 | 131 | 50 |
| Binary | 10010111 | 1011 | 11000000 | 10101 | 1011110 | 0 | 11001 | 100011110 | 1011001 | 101000 |
Color Harmonies of #970BC0
Complementary color
Monochromatic Colors of #970BC0
Black with #970BC0
Text Example
Text Example
White with #970BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970BC0; }
p { color: rgb(151,11,192); }
H1.HeaderClassName
{
color: #970BC0;
}
.AnyTagClassName
{
color: #970BC0;
}
</style>
background-color css
<style>
a { background-color: #970BC0; }
a { background-color: rgb(151,11,192); }
div.DivClassName
{
background-color: #970BC0;
}
.BgClassName
{
background-color: #970BC0;
}
</style>
border-color css
<style>
span { border-color: #970BC0; }
span { border-color: rgb(151,11,192); }
td.TdClassName
{
border-color: #970BC0;
}
.TagClassName
{
border-color: #970BC0;
}
</style>