Shades of Dark Violet #970ACE
Tints of Dark Violet #970ACE
RGB
CMYK
RGB Variations
Color information
#970ACE (or 0x970ACE) is known color: Dark Violet. HEX triplet: 97, 0A and CE. RGB value is (151,10,206). Sum of RGB (Red+Green+Blue) = 151+10+206=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #970ACE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970ACE is #68F531. Grayscale: #494949. Windows color (decimal): -6878514 or 13503127. OLE color: 13503127.
HSL color Cylindrical-coordinate representation of color #970ACE: hue angle of 283.16º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970ACE is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 10 | 206 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.19 |
| HSL | 283.16º | 0.91% | 0.42% | - |
| HSV(B) | 283.16º | 0.95% | 0.81% | - |
| XYZ | 24.01 | 11.25 | 59.3 | - |
| YUV | 74.5 | 202.21 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 206 | 0.27 | 0.95 | 0 | 0.19 | 283.16 | 0.91 | 0.42 |
| Hex | 97 | A | CE | 1B | 5F | 0 | 13 | 11B | 5B | 2A |
| Octal | 227 | 12 | 316 | 33 | 137 | 0 | 23 | 433 | 133 | 52 |
| Binary | 10010111 | 1010 | 11001110 | 11011 | 1011111 | 0 | 10011 | 100011011 | 1011011 | 101010 |
Color Harmonies of #970ACE
Complementary color
Monochromatic Colors of #970ACE
Black with #970ACE
Text Example
Text Example
White with #970ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970ACE; }
p { color: rgb(151,10,206); }
H1.HeaderClassName
{
color: #970ACE;
}
.AnyTagClassName
{
color: #970ACE;
}
</style>
background-color css
<style>
a { background-color: #970ACE; }
a { background-color: rgb(151,10,206); }
div.DivClassName
{
background-color: #970ACE;
}
.BgClassName
{
background-color: #970ACE;
}
</style>
border-color css
<style>
span { border-color: #970ACE; }
span { border-color: rgb(151,10,206); }
td.TdClassName
{
border-color: #970ACE;
}
.TagClassName
{
border-color: #970ACE;
}
</style>