Shades of Dark Violet #970CE4
Tints of Dark Violet #970CE4
RGB
CMYK
RGB Variations
Color information
#970CE4 (or 0x970CE4) is known color: Dark Violet. HEX triplet: 97, 0C and E4. RGB value is (151,12,228). Sum of RGB (Red+Green+Blue) = 151+12+228=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 12 (5.08% from 255 or 3.07% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #970CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CE4 is #68F31B. Grayscale: #4D4D4D. Windows color (decimal): -6877980 or 14945431. OLE color: 14945431.
HSL color Cylindrical-coordinate representation of color #970CE4: hue angle of 278.61º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CE4 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 12 | 228 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.11 |
| HSL | 278.61º | 0.9% | 0.47% | - |
| HSV(B) | 278.61º | 0.95% | 0.89% | - |
| XYZ | 26.9 | 12.44 | 74.38 | - |
| YUV | 78.19 | 212.55 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 228 | 0.34 | 0.95 | 0 | 0.11 | 278.61 | 0.9 | 0.47 |
| Hex | 97 | C | E4 | 22 | 5F | 0 | B | 117 | 5A | 2F |
| Octal | 227 | 14 | 344 | 42 | 137 | 0 | 13 | 427 | 132 | 57 |
| Binary | 10010111 | 1100 | 11100100 | 100010 | 1011111 | 0 | 1011 | 100010111 | 1011010 | 101111 |
Color Harmonies of #970CE4
Complementary color
Monochromatic Colors of #970CE4
Black with #970CE4
Text Example
Text Example
White with #970CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CE4; }
p { color: rgb(151,12,228); }
H1.HeaderClassName
{
color: #970CE4;
}
.AnyTagClassName
{
color: #970CE4;
}
</style>
background-color css
<style>
a { background-color: #970CE4; }
a { background-color: rgb(151,12,228); }
div.DivClassName
{
background-color: #970CE4;
}
.BgClassName
{
background-color: #970CE4;
}
</style>
border-color css
<style>
span { border-color: #970CE4; }
span { border-color: rgb(151,12,228); }
td.TdClassName
{
border-color: #970CE4;
}
.TagClassName
{
border-color: #970CE4;
}
</style>