Shades of Dark Violet #970CE6
Tints of Dark Violet #970CE6
RGB
CMYK
RGB Variations
Color information
#970CE6 (or 0x970CE6) is known color: Dark Violet. HEX triplet: 97, 0C and E6. RGB value is (151,12,230). Sum of RGB (Red+Green+Blue) = 151+12+230=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 230 (90.23% from 255 or 58.52% from 393); Max value from RGB is 230 - color contains mainly: blue. Hex color #970CE6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CE6 is #68F319. Grayscale: #4D4D4D. Windows color (decimal): -6877978 or 15076503. OLE color: 15076503.
HSL color Cylindrical-coordinate representation of color #970CE6: hue angle of 278.26º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CE6 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 12 | 230 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.10 |
| HSL | 278.26º | 0.9% | 0.47% | - |
| HSV(B) | 278.26º | 0.95% | 0.9% | - |
| XYZ | 27.18 | 12.56 | 75.85 | - |
| YUV | 78.41 | 213.55 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 230 | 0.34 | 0.95 | 0 | 0.10 | 278.26 | 0.9 | 0.47 |
| Hex | 97 | C | E6 | 22 | 5F | 0 | A | 116 | 5A | 2F |
| Octal | 227 | 14 | 346 | 42 | 137 | 0 | 12 | 426 | 132 | 57 |
| Binary | 10010111 | 1100 | 11100110 | 100010 | 1011111 | 0 | 1010 | 100010110 | 1011010 | 101111 |
Color Harmonies of #970CE6
Complementary color
Monochromatic Colors of #970CE6
Black with #970CE6
Text Example
Text Example
White with #970CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CE6; }
p { color: rgb(151,12,230); }
H1.HeaderClassName
{
color: #970CE6;
}
.AnyTagClassName
{
color: #970CE6;
}
</style>
background-color css
<style>
a { background-color: #970CE6; }
a { background-color: rgb(151,12,230); }
div.DivClassName
{
background-color: #970CE6;
}
.BgClassName
{
background-color: #970CE6;
}
</style>
border-color css
<style>
span { border-color: #970CE6; }
span { border-color: rgb(151,12,230); }
td.TdClassName
{
border-color: #970CE6;
}
.TagClassName
{
border-color: #970CE6;
}
</style>