Shades of Blue Violet #970FFD
Tints of Blue Violet #970FFD
RGB
CMYK
RGB Variations
Color information
#970FFD (or 0x970FFD) is known color: Blue Violet. HEX triplet: 97, 0F and FD. RGB value is (151,15,253). Sum of RGB (Red+Green+Blue) = 151+15+253=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #970FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970FFD is #68F002. Grayscale: #515151. Windows color (decimal): -6877187 or 16584599. OLE color: 16584599.
HSL color Cylindrical-coordinate representation of color #970FFD: hue angle of 274.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #970FFD is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 151 | 15 | 253 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.01 |
| HSL | 274.29º | 0.98% | 0.53% | - |
| HSV(B) | 274.29º | 0.94% | 0.99% | - |
| XYZ | 30.66 | 14.01 | 94.02 | - |
| YUV | 82.8 | 224.06 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 253 | 0.40 | 0.94 | 0 | 0.01 | 274.29 | 0.98 | 0.53 |
| Hex | 97 | F | FD | 28 | 5E | 0 | 1 | 112 | 62 | 35 |
| Octal | 227 | 17 | 375 | 50 | 136 | 0 | 1 | 422 | 142 | 65 |
| Binary | 10010111 | 1111 | 11111101 | 101000 | 1011110 | 0 | 1 | 100010010 | 1100010 | 110101 |
Color Harmonies of #970FFD
Complementary color
Monochromatic Colors of #970FFD
Black with #970FFD
Text Example
Text Example
White with #970FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970FFD; }
p { color: rgb(151,15,253); }
H1.HeaderClassName
{
color: #970FFD;
}
.AnyTagClassName
{
color: #970FFD;
}
</style>
background-color css
<style>
a { background-color: #970FFD; }
a { background-color: rgb(151,15,253); }
div.DivClassName
{
background-color: #970FFD;
}
.BgClassName
{
background-color: #970FFD;
}
</style>
border-color css
<style>
span { border-color: #970FFD; }
span { border-color: rgb(151,15,253); }
td.TdClassName
{
border-color: #970FFD;
}
.TagClassName
{
border-color: #970FFD;
}
</style>