Shades of Blue Violet #971BEE
Tints of Blue Violet #971BEE
RGB
CMYK
RGB Variations
Color information
#971BEE (or 0x971BEE) is known color: Blue Violet. HEX triplet: 97, 1B and EE. RGB value is (151,27,238). Sum of RGB (Red+Green+Blue) = 151+27+238=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #971BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971BEE is #68E411. Grayscale: #575757. Windows color (decimal): -6874130 or 15604631. OLE color: 15604631.
HSL color Cylindrical-coordinate representation of color #971BEE: hue angle of 275.26º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971BEE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 27 | 238 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.07 |
| HSL | 275.26º | 0.86% | 0.52% | - |
| HSV(B) | 275.26º | 0.89% | 0.93% | - |
| XYZ | 28.59 | 13.54 | 81.99 | - |
| YUV | 88.13 | 212.58 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 238 | 0.37 | 0.89 | 0 | 0.07 | 275.26 | 0.86 | 0.52 |
| Hex | 97 | 1B | EE | 25 | 59 | 0 | 7 | 113 | 56 | 34 |
| Octal | 227 | 33 | 356 | 45 | 131 | 0 | 7 | 423 | 126 | 64 |
| Binary | 10010111 | 11011 | 11101110 | 100101 | 1011001 | 0 | 111 | 100010011 | 1010110 | 110100 |
Color Harmonies of #971BEE
Complementary color
Monochromatic Colors of #971BEE
Black with #971BEE
Text Example
Text Example
White with #971BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971BEE; }
p { color: rgb(151,27,238); }
H1.HeaderClassName
{
color: #971BEE;
}
.AnyTagClassName
{
color: #971BEE;
}
</style>
background-color css
<style>
a { background-color: #971BEE; }
a { background-color: rgb(151,27,238); }
div.DivClassName
{
background-color: #971BEE;
}
.BgClassName
{
background-color: #971BEE;
}
</style>
border-color css
<style>
span { border-color: #971BEE; }
span { border-color: rgb(151,27,238); }
td.TdClassName
{
border-color: #971BEE;
}
.TagClassName
{
border-color: #971BEE;
}
</style>