Shades of Blue Violet #970FF5
Tints of Blue Violet #970FF5
RGB
CMYK
RGB Variations
Color information
#970FF5 (or 0x970FF5) is known color: Blue Violet. HEX triplet: 97, 0F and F5. RGB value is (151,15,245). Sum of RGB (Red+Green+Blue) = 151+15+245=411 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.74% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 245 (96.09% from 255 or 59.61% from 411); Max value from RGB is 245 - color contains mainly: blue. Hex color #970FF5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970FF5 is #68F00A. Grayscale: #515151. Windows color (decimal): -6877195 or 16060311. OLE color: 16060311.
HSL color Cylindrical-coordinate representation of color #970FF5: hue angle of 275.48º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970FF5 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 151 | 15 | 245 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.04 |
| HSL | 275.48º | 0.92% | 0.51% | - |
| HSV(B) | 275.48º | 0.94% | 0.96% | - |
| XYZ | 29.41 | 13.51 | 87.44 | - |
| YUV | 81.88 | 220.06 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 245 | 0.38 | 0.94 | 0 | 0.04 | 275.48 | 0.92 | 0.51 |
| Hex | 97 | F | F5 | 26 | 5E | 0 | 4 | 113 | 5C | 33 |
| Octal | 227 | 17 | 365 | 46 | 136 | 0 | 4 | 423 | 134 | 63 |
| Binary | 10010111 | 1111 | 11110101 | 100110 | 1011110 | 0 | 100 | 100010011 | 1011100 | 110011 |
Color Harmonies of #970FF5
Complementary color
Monochromatic Colors of #970FF5
Black with #970FF5
Text Example
Text Example
White with #970FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FF5; }
p { color: rgb(151,15,245); }
H1.HeaderClassName
{
color: #970FF5;
}
.AnyTagClassName
{
color: #970FF5;
}
</style>
background-color css
<style>
a { background-color: #970FF5; }
a { background-color: rgb(151,15,245); }
div.DivClassName
{
background-color: #970FF5;
}
.BgClassName
{
background-color: #970FF5;
}
</style>
border-color css
<style>
span { border-color: #970FF5; }
span { border-color: rgb(151,15,245); }
td.TdClassName
{
border-color: #970FF5;
}
.TagClassName
{
border-color: #970FF5;
}
</style>