Shades of Dark Violet #970AFB
Tints of Dark Violet #970AFB
RGB
CMYK
RGB Variations
Color information
#970AFB (or 0x970AFB) is known color: Dark Violet. HEX triplet: 97, 0A and FB. RGB value is (151,10,251). Sum of RGB (Red+Green+Blue) = 151+10+251=412 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.65% from 412); Green value is 10 (4.30% from 255 or 2.43% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #970AFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #970AFB is #68F504. Grayscale: #4E4E4E. Windows color (decimal): -6878469 or 16452247. OLE color: 16452247.
HSL color Cylindrical-coordinate representation of color #970AFB: hue angle of 275.1º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970AFB is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 151 | 10 | 251 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.02 |
| HSL | 275.1º | 0.97% | 0.51% | - |
| HSV(B) | 275.1º | 0.96% | 0.98% | - |
| XYZ | 30.28 | 13.76 | 92.33 | - |
| YUV | 79.63 | 224.71 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 251 | 0.40 | 0.96 | 0 | 0.02 | 275.1 | 0.97 | 0.51 |
| Hex | 97 | A | FB | 28 | 60 | 0 | 2 | 113 | 61 | 33 |
| Octal | 227 | 12 | 373 | 50 | 140 | 0 | 2 | 423 | 141 | 63 |
| Binary | 10010111 | 1010 | 11111011 | 101000 | 1100000 | 0 | 10 | 100010011 | 1100001 | 110011 |
Color Harmonies of #970AFB
Complementary color
Monochromatic Colors of #970AFB
Black with #970AFB
Text Example
Text Example
White with #970AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970AFB; }
p { color: rgb(151,10,251); }
H1.HeaderClassName
{
color: #970AFB;
}
.AnyTagClassName
{
color: #970AFB;
}
</style>
background-color css
<style>
a { background-color: #970AFB; }
a { background-color: rgb(151,10,251); }
div.DivClassName
{
background-color: #970AFB;
}
.BgClassName
{
background-color: #970AFB;
}
</style>
border-color css
<style>
span { border-color: #970AFB; }
span { border-color: rgb(151,10,251); }
td.TdClassName
{
border-color: #970AFB;
}
.TagClassName
{
border-color: #970AFB;
}
</style>