Shades of Blue Violet #971ADB
Tints of Blue Violet #971ADB
RGB
CMYK
RGB Variations
Color information
#971ADB (or 0x971ADB) is known color: Blue Violet. HEX triplet: 97, 1A and DB. RGB value is (151,26,219). Sum of RGB (Red+Green+Blue) = 151+26+219=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 26 (10.55% from 255 or 6.57% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #971ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ADB is #68E524. Grayscale: #545454. Windows color (decimal): -6874405 or 14359191. OLE color: 14359191.
HSL color Cylindrical-coordinate representation of color #971ADB: hue angle of 278.86º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971ADB is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 26 | 219 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.14 |
| HSL | 278.86º | 0.79% | 0.48% | - |
| HSV(B) | 278.86º | 0.88% | 0.86% | - |
| XYZ | 25.92 | 12.43 | 68.05 | - |
| YUV | 85.38 | 203.41 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 219 | 0.31 | 0.88 | 0 | 0.14 | 278.86 | 0.79 | 0.48 |
| Hex | 97 | 1A | DB | 1F | 58 | 0 | E | 117 | 4F | 30 |
| Octal | 227 | 32 | 333 | 37 | 130 | 0 | 16 | 427 | 117 | 60 |
| Binary | 10010111 | 11010 | 11011011 | 11111 | 1011000 | 0 | 1110 | 100010111 | 1001111 | 110000 |
Color Harmonies of #971ADB
Complementary color
Monochromatic Colors of #971ADB
Black with #971ADB
Text Example
Text Example
White with #971ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971ADB; }
p { color: rgb(151,26,219); }
H1.HeaderClassName
{
color: #971ADB;
}
.AnyTagClassName
{
color: #971ADB;
}
</style>
background-color css
<style>
a { background-color: #971ADB; }
a { background-color: rgb(151,26,219); }
div.DivClassName
{
background-color: #971ADB;
}
.BgClassName
{
background-color: #971ADB;
}
</style>
border-color css
<style>
span { border-color: #971ADB; }
span { border-color: rgb(151,26,219); }
td.TdClassName
{
border-color: #971ADB;
}
.TagClassName
{
border-color: #971ADB;
}
</style>