Shades of Dark Violet #970FEE
Tints of Dark Violet #970FEE
RGB
CMYK
RGB Variations
Color information
#970FEE (or 0x970FEE) is known color: Dark Violet. HEX triplet: 97, 0F and EE. RGB value is (151,15,238). Sum of RGB (Red+Green+Blue) = 151+15+238=404 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.38% from 404); Green value is 15 (6.25% from 255 or 3.71% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #970FEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970FEE is #68F011. Grayscale: #505050. Windows color (decimal): -6877202 or 15601559. OLE color: 15601559.
HSL color Cylindrical-coordinate representation of color #970FEE: hue angle of 276.59º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970FEE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 15 | 238 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.07 |
| HSL | 276.59º | 0.88% | 0.5% | - |
| HSV(B) | 276.59º | 0.94% | 0.93% | - |
| XYZ | 28.37 | 13.09 | 81.92 | - |
| YUV | 81.09 | 216.56 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 238 | 0.37 | 0.94 | 0 | 0.07 | 276.59 | 0.88 | 0.5 |
| Hex | 97 | F | EE | 25 | 5E | 0 | 7 | 115 | 58 | 32 |
| Octal | 227 | 17 | 356 | 45 | 136 | 0 | 7 | 425 | 130 | 62 |
| Binary | 10010111 | 1111 | 11101110 | 100101 | 1011110 | 0 | 111 | 100010101 | 1011000 | 110010 |
Color Harmonies of #970FEE
Complementary color
Monochromatic Colors of #970FEE
Black with #970FEE
Text Example
Text Example
White with #970FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FEE; }
p { color: rgb(151,15,238); }
H1.HeaderClassName
{
color: #970FEE;
}
.AnyTagClassName
{
color: #970FEE;
}
</style>
background-color css
<style>
a { background-color: #970FEE; }
a { background-color: rgb(151,15,238); }
div.DivClassName
{
background-color: #970FEE;
}
.BgClassName
{
background-color: #970FEE;
}
</style>
border-color css
<style>
span { border-color: #970FEE; }
span { border-color: rgb(151,15,238); }
td.TdClassName
{
border-color: #970FEE;
}
.TagClassName
{
border-color: #970FEE;
}
</style>