Shades of Blue Violet #971ADF
Tints of Blue Violet #971ADF
RGB
CMYK
RGB Variations
Color information
#971ADF (or 0x971ADF) is known color: Blue Violet. HEX triplet: 97, 1A and DF. RGB value is (151,26,223). Sum of RGB (Red+Green+Blue) = 151+26+223=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #971ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ADF is #68E520. Grayscale: #555555. Windows color (decimal): -6874401 or 14621335. OLE color: 14621335.
HSL color Cylindrical-coordinate representation of color #971ADF: hue angle of 278.07º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971ADF is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 26 | 223 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.13 |
| HSL | 278.07º | 0.79% | 0.49% | - |
| HSV(B) | 278.07º | 0.88% | 0.87% | - |
| XYZ | 26.45 | 12.65 | 70.86 | - |
| YUV | 85.83 | 205.41 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 223 | 0.32 | 0.88 | 0 | 0.13 | 278.07 | 0.79 | 0.49 |
| Hex | 97 | 1A | DF | 20 | 58 | 0 | D | 116 | 4F | 31 |
| Octal | 227 | 32 | 337 | 40 | 130 | 0 | 15 | 426 | 117 | 61 |
| Binary | 10010111 | 11010 | 11011111 | 100000 | 1011000 | 0 | 1101 | 100010110 | 1001111 | 110001 |
Color Harmonies of #971ADF
Complementary color
Monochromatic Colors of #971ADF
Black with #971ADF
Text Example
Text Example
White with #971ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971ADF; }
p { color: rgb(151,26,223); }
H1.HeaderClassName
{
color: #971ADF;
}
.AnyTagClassName
{
color: #971ADF;
}
</style>
background-color css
<style>
a { background-color: #971ADF; }
a { background-color: rgb(151,26,223); }
div.DivClassName
{
background-color: #971ADF;
}
.BgClassName
{
background-color: #971ADF;
}
</style>
border-color css
<style>
span { border-color: #971ADF; }
span { border-color: rgb(151,26,223); }
td.TdClassName
{
border-color: #971ADF;
}
.TagClassName
{
border-color: #971ADF;
}
</style>