Shades of Dark Violet #970ACF
Tints of Dark Violet #970ACF
RGB
CMYK
RGB Variations
Color information
#970ACF (or 0x970ACF) is known color: Dark Violet. HEX triplet: 97, 0A and CF. RGB value is (151,10,207). Sum of RGB (Red+Green+Blue) = 151+10+207=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 10 (4.30% from 255 or 2.72% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #970ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ACF is #68F530. Grayscale: #494949. Windows color (decimal): -6878513 or 13568663. OLE color: 13568663.
HSL color Cylindrical-coordinate representation of color #970ACF: hue angle of 282.94º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970ACF is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 10 | 207 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.19 |
| HSL | 282.94º | 0.91% | 0.43% | - |
| HSV(B) | 282.94º | 0.95% | 0.81% | - |
| XYZ | 24.13 | 11.3 | 59.94 | - |
| YUV | 74.62 | 202.71 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 207 | 0.27 | 0.95 | 0 | 0.19 | 282.94 | 0.91 | 0.43 |
| Hex | 97 | A | CF | 1B | 5F | 0 | 13 | 11B | 5B | 2B |
| Octal | 227 | 12 | 317 | 33 | 137 | 0 | 23 | 433 | 133 | 53 |
| Binary | 10010111 | 1010 | 11001111 | 11011 | 1011111 | 0 | 10011 | 100011011 | 1011011 | 101011 |
Color Harmonies of #970ACF
Complementary color
Monochromatic Colors of #970ACF
Black with #970ACF
Text Example
Text Example
White with #970ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970ACF; }
p { color: rgb(151,10,207); }
H1.HeaderClassName
{
color: #970ACF;
}
.AnyTagClassName
{
color: #970ACF;
}
</style>
background-color css
<style>
a { background-color: #970ACF; }
a { background-color: rgb(151,10,207); }
div.DivClassName
{
background-color: #970ACF;
}
.BgClassName
{
background-color: #970ACF;
}
</style>
border-color css
<style>
span { border-color: #970ACF; }
span { border-color: rgb(151,10,207); }
td.TdClassName
{
border-color: #970ACF;
}
.TagClassName
{
border-color: #970ACF;
}
</style>