Shades of Dark Violet #970CE1
Tints of Dark Violet #970CE1
RGB
CMYK
RGB Variations
Color information
#970CE1 (or 0x970CE1) is known color: Dark Violet. HEX triplet: 97, 0C and E1. RGB value is (151,12,225). Sum of RGB (Red+Green+Blue) = 151+12+225=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 12 (5.08% from 255 or 3.09% from 388); Blue value is 225 (88.28% from 255 or 57.99% from 388); Max value from RGB is 225 - color contains mainly: blue. Hex color #970CE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970CE1 is #68F31E. Grayscale: #4D4D4D. Windows color (decimal): -6877983 or 14748823. OLE color: 14748823.
HSL color Cylindrical-coordinate representation of color #970CE1: hue angle of 279.15º 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 #970CE1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 12 | 225 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.12 |
| HSL | 279.15º | 0.9% | 0.46% | - |
| HSV(B) | 279.15º | 0.95% | 0.88% | - |
| XYZ | 26.48 | 12.28 | 72.21 | - |
| YUV | 77.84 | 211.05 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 225 | 0.33 | 0.95 | 0 | 0.12 | 279.15 | 0.9 | 0.46 |
| Hex | 97 | C | E1 | 21 | 5F | 0 | C | 117 | 5A | 2E |
| Octal | 227 | 14 | 341 | 41 | 137 | 0 | 14 | 427 | 132 | 56 |
| Binary | 10010111 | 1100 | 11100001 | 100001 | 1011111 | 0 | 1100 | 100010111 | 1011010 | 101110 |
Color Harmonies of #970CE1
Complementary color
Monochromatic Colors of #970CE1
Black with #970CE1
Text Example
Text Example
White with #970CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CE1; }
p { color: rgb(151,12,225); }
H1.HeaderClassName
{
color: #970CE1;
}
.AnyTagClassName
{
color: #970CE1;
}
</style>
background-color css
<style>
a { background-color: #970CE1; }
a { background-color: rgb(151,12,225); }
div.DivClassName
{
background-color: #970CE1;
}
.BgClassName
{
background-color: #970CE1;
}
</style>
border-color css
<style>
span { border-color: #970CE1; }
span { border-color: rgb(151,12,225); }
td.TdClassName
{
border-color: #970CE1;
}
.TagClassName
{
border-color: #970CE1;
}
</style>