Shades of Dark Violet #970CCA
Tints of Dark Violet #970CCA
RGB
CMYK
RGB Variations
Color information
#970CCA (or 0x970CCA) is known color: Dark Violet. HEX triplet: 97, 0C and CA. RGB value is (151,12,202). Sum of RGB (Red+Green+Blue) = 151+12+202=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #970CCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CCA is #68F335. Grayscale: #4A4A4A. Windows color (decimal): -6878006 or 13241495. OLE color: 13241495.
HSL color Cylindrical-coordinate representation of color #970CCA: hue angle of 283.89º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970CCA is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 12 | 202 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.21 |
| HSL | 283.89º | 0.89% | 0.42% | - |
| HSV(B) | 283.89º | 0.94% | 0.79% | - |
| XYZ | 23.55 | 11.11 | 56.78 | - |
| YUV | 75.22 | 199.55 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 202 | 0.25 | 0.94 | 0 | 0.21 | 283.89 | 0.89 | 0.42 |
| Hex | 97 | C | CA | 19 | 5E | 0 | 15 | 11C | 59 | 2A |
| Octal | 227 | 14 | 312 | 31 | 136 | 0 | 25 | 434 | 131 | 52 |
| Binary | 10010111 | 1100 | 11001010 | 11001 | 1011110 | 0 | 10101 | 100011100 | 1011001 | 101010 |
Color Harmonies of #970CCA
Complementary color
Monochromatic Colors of #970CCA
Black with #970CCA
Text Example
Text Example
White with #970CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CCA; }
p { color: rgb(151,12,202); }
H1.HeaderClassName
{
color: #970CCA;
}
.AnyTagClassName
{
color: #970CCA;
}
</style>
background-color css
<style>
a { background-color: #970CCA; }
a { background-color: rgb(151,12,202); }
div.DivClassName
{
background-color: #970CCA;
}
.BgClassName
{
background-color: #970CCA;
}
</style>
border-color css
<style>
span { border-color: #970CCA; }
span { border-color: rgb(151,12,202); }
td.TdClassName
{
border-color: #970CCA;
}
.TagClassName
{
border-color: #970CCA;
}
</style>