Shades of Blue Violet #971CE2
Tints of Blue Violet #971CE2
RGB
CMYK
RGB Variations
Color information
#971CE2 (or 0x971CE2) is known color: Blue Violet. HEX triplet: 97, 1C and E2. RGB value is (151,28,226). Sum of RGB (Red+Green+Blue) = 151+28+226=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 28 (11.33% from 255 or 6.91% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #971CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CE2 is #68E31D. Grayscale: #565656. Windows color (decimal): -6873886 or 14818455. OLE color: 14818455.
HSL color Cylindrical-coordinate representation of color #971CE2: hue angle of 277.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971CE2 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 28 | 226 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.11 |
| HSL | 277.27º | 0.78% | 0.5% | - |
| HSV(B) | 277.27º | 0.88% | 0.89% | - |
| XYZ | 26.91 | 12.9 | 73.02 | - |
| YUV | 87.35 | 206.25 | 173.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 226 | 0.33 | 0.88 | 0 | 0.11 | 277.27 | 0.78 | 0.5 |
| Hex | 97 | 1C | E2 | 21 | 58 | 0 | B | 115 | 4E | 32 |
| Octal | 227 | 34 | 342 | 41 | 130 | 0 | 13 | 425 | 116 | 62 |
| Binary | 10010111 | 11100 | 11100010 | 100001 | 1011000 | 0 | 1011 | 100010101 | 1001110 | 110010 |
Color Harmonies of #971CE2
Complementary color
Monochromatic Colors of #971CE2
Black with #971CE2
Text Example
Text Example
White with #971CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971CE2; }
p { color: rgb(151,28,226); }
H1.HeaderClassName
{
color: #971CE2;
}
.AnyTagClassName
{
color: #971CE2;
}
</style>
background-color css
<style>
a { background-color: #971CE2; }
a { background-color: rgb(151,28,226); }
div.DivClassName
{
background-color: #971CE2;
}
.BgClassName
{
background-color: #971CE2;
}
</style>
border-color css
<style>
span { border-color: #971CE2; }
span { border-color: rgb(151,28,226); }
td.TdClassName
{
border-color: #971CE2;
}
.TagClassName
{
border-color: #971CE2;
}
</style>