Shades of Dark Violet #970FB4
Tints of Dark Violet #970FB4
RGB
CMYK
RGB Variations
Color information
#970FB4 (or 0x970FB4) is known color: Dark Violet. HEX triplet: 97, 0F and B4. RGB value is (151,15,180). Sum of RGB (Red+Green+Blue) = 151+15+180=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #970FB4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FB4 is #68F04B. Grayscale: #494949. Windows color (decimal): -6877260 or 11800471. OLE color: 11800471.
HSL color Cylindrical-coordinate representation of color #970FB4: hue angle of 289.45º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970FB4 is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 15 | 180 | - |
| CMYK | 0.16 | 0.92 | 0 | 0.29 |
| HSL | 289.45º | 0.85% | 0.38% | - |
| HSV(B) | 289.45º | 0.92% | 0.71% | - |
| XYZ | 21.17 | 10.22 | 44.04 | - |
| YUV | 74.47 | 187.56 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 180 | 0.16 | 0.92 | 0 | 0.29 | 289.45 | 0.85 | 0.38 |
| Hex | 97 | F | B4 | 10 | 5C | 0 | 1D | 121 | 55 | 26 |
| Octal | 227 | 17 | 264 | 20 | 134 | 0 | 35 | 441 | 125 | 46 |
| Binary | 10010111 | 1111 | 10110100 | 10000 | 1011100 | 0 | 11101 | 100100001 | 1010101 | 100110 |
Color Harmonies of #970FB4
Complementary color
Monochromatic Colors of #970FB4
Black with #970FB4
Text Example
Text Example
White with #970FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FB4; }
p { color: rgb(151,15,180); }
H1.HeaderClassName
{
color: #970FB4;
}
.AnyTagClassName
{
color: #970FB4;
}
</style>
background-color css
<style>
a { background-color: #970FB4; }
a { background-color: rgb(151,15,180); }
div.DivClassName
{
background-color: #970FB4;
}
.BgClassName
{
background-color: #970FB4;
}
</style>
border-color css
<style>
span { border-color: #970FB4; }
span { border-color: rgb(151,15,180); }
td.TdClassName
{
border-color: #970FB4;
}
.TagClassName
{
border-color: #970FB4;
}
</style>