Shades of Dark Violet #970CCF
Tints of Dark Violet #970CCF
RGB
CMYK
RGB Variations
Color information
#970CCF (or 0x970CCF) is known color: Dark Violet. HEX triplet: 97, 0C and CF. RGB value is (151,12,207). Sum of RGB (Red+Green+Blue) = 151+12+207=370 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.81% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #970CCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CCF is #68F330. Grayscale: #4B4B4B. Windows color (decimal): -6878001 or 13569175. OLE color: 13569175.
HSL color Cylindrical-coordinate representation of color #970CCF: hue angle of 282.77º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970CCF is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 12 | 207 | - |
| CMYK | 0.27 | 0.94 | 0 | 0.19 |
| HSL | 282.77º | 0.89% | 0.43% | - |
| HSV(B) | 282.77º | 0.94% | 0.81% | - |
| XYZ | 24.16 | 11.35 | 59.95 | - |
| YUV | 75.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 207 | 0.27 | 0.94 | 0 | 0.19 | 282.77 | 0.89 | 0.43 |
| Hex | 97 | C | CF | 1B | 5E | 0 | 13 | 11B | 59 | 2B |
| Octal | 227 | 14 | 317 | 33 | 136 | 0 | 23 | 433 | 131 | 53 |
| Binary | 10010111 | 1100 | 11001111 | 11011 | 1011110 | 0 | 10011 | 100011011 | 1011001 | 101011 |
Color Harmonies of #970CCF
Complementary color
Monochromatic Colors of #970CCF
Black with #970CCF
Text Example
Text Example
White with #970CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CCF; }
p { color: rgb(151,12,207); }
H1.HeaderClassName
{
color: #970CCF;
}
.AnyTagClassName
{
color: #970CCF;
}
</style>
background-color css
<style>
a { background-color: #970CCF; }
a { background-color: rgb(151,12,207); }
div.DivClassName
{
background-color: #970CCF;
}
.BgClassName
{
background-color: #970CCF;
}
</style>
border-color css
<style>
span { border-color: #970CCF; }
span { border-color: rgb(151,12,207); }
td.TdClassName
{
border-color: #970CCF;
}
.TagClassName
{
border-color: #970CCF;
}
</style>