Shades of Blue Violet #970CFB
Tints of Blue Violet #970CFB
RGB
CMYK
RGB Variations
Color information
#970CFB (or 0x970CFB) is known color: Blue Violet. HEX triplet: 97, 0C and FB. RGB value is (151,12,251). Sum of RGB (Red+Green+Blue) = 151+12+251=414 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.47% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 251 (98.44% from 255 or 60.63% from 414); Max value from RGB is 251 - color contains mainly: blue. Hex color #970CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970CFB is #68F304. Grayscale: #4F4F4F. Windows color (decimal): -6877957 or 16452759. OLE color: 16452759.
HSL color Cylindrical-coordinate representation of color #970CFB: hue angle of 274.9º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970CFB is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 12 | 251 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.02 |
| HSL | 274.9º | 0.97% | 0.52% | - |
| HSV(B) | 274.9º | 0.95% | 0.98% | - |
| XYZ | 30.31 | 13.81 | 92.33 | - |
| YUV | 80.81 | 224.05 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 251 | 0.40 | 0.95 | 0 | 0.02 | 274.9 | 0.97 | 0.52 |
| Hex | 97 | C | FB | 28 | 5F | 0 | 2 | 113 | 61 | 34 |
| Octal | 227 | 14 | 373 | 50 | 137 | 0 | 2 | 423 | 141 | 64 |
| Binary | 10010111 | 1100 | 11111011 | 101000 | 1011111 | 0 | 10 | 100010011 | 1100001 | 110100 |
Color Harmonies of #970CFB
Complementary color
Monochromatic Colors of #970CFB
Black with #970CFB
Text Example
Text Example
White with #970CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970CFB; }
p { color: rgb(151,12,251); }
H1.HeaderClassName
{
color: #970CFB;
}
.AnyTagClassName
{
color: #970CFB;
}
</style>
background-color css
<style>
a { background-color: #970CFB; }
a { background-color: rgb(151,12,251); }
div.DivClassName
{
background-color: #970CFB;
}
.BgClassName
{
background-color: #970CFB;
}
</style>
border-color css
<style>
span { border-color: #970CFB; }
span { border-color: rgb(151,12,251); }
td.TdClassName
{
border-color: #970CFB;
}
.TagClassName
{
border-color: #970CFB;
}
</style>