Shades of Dark Violet #970AC0
Tints of Dark Violet #970AC0
RGB
CMYK
RGB Variations
Color information
#970AC0 (or 0x970AC0) is known color: Dark Violet. HEX triplet: 97, 0A and C0. RGB value is (151,10,192). Sum of RGB (Red+Green+Blue) = 151+10+192=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 192 (75.39% from 255 or 54.39% from 353); Max value from RGB is 192 - color contains mainly: blue. Hex color #970AC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970AC0 is #68F53F. Grayscale: #484848. Windows color (decimal): -6878528 or 12585623. OLE color: 12585623.
HSL color Cylindrical-coordinate representation of color #970AC0: hue angle of 286.48º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970AC0 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 10 | 192 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.25 |
| HSL | 286.48º | 0.9% | 0.4% | - |
| HSV(B) | 286.48º | 0.95% | 0.75% | - |
| XYZ | 22.39 | 10.6 | 50.74 | - |
| YUV | 72.91 | 195.21 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 192 | 0.21 | 0.95 | 0 | 0.25 | 286.48 | 0.9 | 0.4 |
| Hex | 97 | A | C0 | 15 | 5F | 0 | 19 | 11E | 5A | 28 |
| Octal | 227 | 12 | 300 | 25 | 137 | 0 | 31 | 436 | 132 | 50 |
| Binary | 10010111 | 1010 | 11000000 | 10101 | 1011111 | 0 | 11001 | 100011110 | 1011010 | 101000 |
Color Harmonies of #970AC0
Complementary color
Monochromatic Colors of #970AC0
Black with #970AC0
Text Example
Text Example
White with #970AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AC0; }
p { color: rgb(151,10,192); }
H1.HeaderClassName
{
color: #970AC0;
}
.AnyTagClassName
{
color: #970AC0;
}
</style>
background-color css
<style>
a { background-color: #970AC0; }
a { background-color: rgb(151,10,192); }
div.DivClassName
{
background-color: #970AC0;
}
.BgClassName
{
background-color: #970AC0;
}
</style>
border-color css
<style>
span { border-color: #970AC0; }
span { border-color: rgb(151,10,192); }
td.TdClassName
{
border-color: #970AC0;
}
.TagClassName
{
border-color: #970AC0;
}
</style>