Shades of Blue Violet #971BDA
Tints of Blue Violet #971BDA
RGB
CMYK
RGB Variations
Color information
#971BDA (or 0x971BDA) is known color: Blue Violet. HEX triplet: 97, 1B and DA. RGB value is (151,27,218). Sum of RGB (Red+Green+Blue) = 151+27+218=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 218 (85.55% from 255 or 55.05% from 396); Max value from RGB is 218 - color contains mainly: blue. Hex color #971BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971BDA is #68E425. Grayscale: #555555. Windows color (decimal): -6874150 or 14293911. OLE color: 14293911.
HSL color Cylindrical-coordinate representation of color #971BDA: hue angle of 278.95º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971BDA is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 151 | 27 | 218 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.15 |
| HSL | 278.95º | 0.78% | 0.48% | - |
| HSV(B) | 278.95º | 0.88% | 0.85% | - |
| XYZ | 25.81 | 12.43 | 67.37 | - |
| YUV | 85.85 | 202.58 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 218 | 0.31 | 0.88 | 0 | 0.15 | 278.95 | 0.78 | 0.48 |
| Hex | 97 | 1B | DA | 1F | 58 | 0 | F | 117 | 4E | 30 |
| Octal | 227 | 33 | 332 | 37 | 130 | 0 | 17 | 427 | 116 | 60 |
| Binary | 10010111 | 11011 | 11011010 | 11111 | 1011000 | 0 | 1111 | 100010111 | 1001110 | 110000 |
Color Harmonies of #971BDA
Complementary color
Monochromatic Colors of #971BDA
Black with #971BDA
Text Example
Text Example
White with #971BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BDA; }
p { color: rgb(151,27,218); }
H1.HeaderClassName
{
color: #971BDA;
}
.AnyTagClassName
{
color: #971BDA;
}
</style>
background-color css
<style>
a { background-color: #971BDA; }
a { background-color: rgb(151,27,218); }
div.DivClassName
{
background-color: #971BDA;
}
.BgClassName
{
background-color: #971BDA;
}
</style>
border-color css
<style>
span { border-color: #971BDA; }
span { border-color: rgb(151,27,218); }
td.TdClassName
{
border-color: #971BDA;
}
.TagClassName
{
border-color: #971BDA;
}
</style>