Shades of Dark Violet #970CE0
Tints of Dark Violet #970CE0
RGB
CMYK
RGB Variations
Color information
#970CE0 (or 0x970CE0) is known color: Dark Violet. HEX triplet: 97, 0C and E0. RGB value is (151,12,224). Sum of RGB (Red+Green+Blue) = 151+12+224=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #970CE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CE0 is #68F31F. Grayscale: #4D4D4D. Windows color (decimal): -6877984 or 14683287. OLE color: 14683287.
HSL color Cylindrical-coordinate representation of color #970CE0: hue angle of 279.34º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CE0 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 12 | 224 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.12 |
| HSL | 279.34º | 0.9% | 0.46% | - |
| HSV(B) | 279.34º | 0.95% | 0.88% | - |
| XYZ | 26.35 | 12.22 | 71.49 | - |
| YUV | 77.73 | 210.55 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 224 | 0.33 | 0.95 | 0 | 0.12 | 279.34 | 0.9 | 0.46 |
| Hex | 97 | C | E0 | 21 | 5F | 0 | C | 117 | 5A | 2E |
| Octal | 227 | 14 | 340 | 41 | 137 | 0 | 14 | 427 | 132 | 56 |
| Binary | 10010111 | 1100 | 11100000 | 100001 | 1011111 | 0 | 1100 | 100010111 | 1011010 | 101110 |
Color Harmonies of #970CE0
Complementary color
Monochromatic Colors of #970CE0
Black with #970CE0
Text Example
Text Example
White with #970CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CE0; }
p { color: rgb(151,12,224); }
H1.HeaderClassName
{
color: #970CE0;
}
.AnyTagClassName
{
color: #970CE0;
}
</style>
background-color css
<style>
a { background-color: #970CE0; }
a { background-color: rgb(151,12,224); }
div.DivClassName
{
background-color: #970CE0;
}
.BgClassName
{
background-color: #970CE0;
}
</style>
border-color css
<style>
span { border-color: #970CE0; }
span { border-color: rgb(151,12,224); }
td.TdClassName
{
border-color: #970CE0;
}
.TagClassName
{
border-color: #970CE0;
}
</style>