Shades of Dark Violet #970FE3
Tints of Dark Violet #970FE3
RGB
CMYK
RGB Variations
Color information
#970FE3 (or 0x970FE3) is known color: Dark Violet. HEX triplet: 97, 0F and E3. RGB value is (151,15,227). Sum of RGB (Red+Green+Blue) = 151+15+227=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 15 (6.25% from 255 or 3.82% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #970FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #970FE3 is #68F01C. Grayscale: #4F4F4F. Windows color (decimal): -6877213 or 14880663. OLE color: 14880663.
HSL color Cylindrical-coordinate representation of color #970FE3: hue angle of 278.49º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970FE3 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 15 | 227 | - |
| CMYK | 0.33 | 0.93 | 0 | 0.11 |
| HSL | 278.49º | 0.88% | 0.47% | - |
| HSV(B) | 278.49º | 0.93% | 0.89% | - |
| XYZ | 26.8 | 12.47 | 73.67 | - |
| YUV | 79.83 | 211.06 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 227 | 0.33 | 0.93 | 0 | 0.11 | 278.49 | 0.88 | 0.47 |
| Hex | 97 | F | E3 | 21 | 5D | 0 | B | 116 | 58 | 2F |
| Octal | 227 | 17 | 343 | 41 | 135 | 0 | 13 | 426 | 130 | 57 |
| Binary | 10010111 | 1111 | 11100011 | 100001 | 1011101 | 0 | 1011 | 100010110 | 1011000 | 101111 |
Color Harmonies of #970FE3
Complementary color
Monochromatic Colors of #970FE3
Black with #970FE3
Text Example
Text Example
White with #970FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FE3; }
p { color: rgb(151,15,227); }
H1.HeaderClassName
{
color: #970FE3;
}
.AnyTagClassName
{
color: #970FE3;
}
</style>
background-color css
<style>
a { background-color: #970FE3; }
a { background-color: rgb(151,15,227); }
div.DivClassName
{
background-color: #970FE3;
}
.BgClassName
{
background-color: #970FE3;
}
</style>
border-color css
<style>
span { border-color: #970FE3; }
span { border-color: rgb(151,15,227); }
td.TdClassName
{
border-color: #970FE3;
}
.TagClassName
{
border-color: #970FE3;
}
</style>