Shades of Blue Violet #971CE5
Tints of Blue Violet #971CE5
RGB
CMYK
RGB Variations
Color information
#971CE5 (or 0x971CE5) is known color: Blue Violet. HEX triplet: 97, 1C and E5. RGB value is (151,28,229). Sum of RGB (Red+Green+Blue) = 151+28+229=408 (54% of max value = 765). Red value is 151 (59.38% from 255 or 37.01% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 229 (89.84% from 255 or 56.13% from 408); Max value from RGB is 229 - color contains mainly: blue. Hex color #971CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971CE5 is #68E31A. Grayscale: #575757. Windows color (decimal): -6873883 or 15015063. OLE color: 15015063.
HSL color Cylindrical-coordinate representation of color #971CE5: hue angle of 276.72º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971CE5 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 28 | 229 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.10 |
| HSL | 276.72º | 0.79% | 0.5% | - |
| HSV(B) | 276.72º | 0.88% | 0.9% | - |
| XYZ | 27.32 | 13.07 | 75.21 | - |
| YUV | 87.69 | 207.75 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 28 | 229 | 0.34 | 0.88 | 0 | 0.10 | 276.72 | 0.79 | 0.5 |
| Hex | 97 | 1C | E5 | 22 | 58 | 0 | A | 115 | 4F | 32 |
| Octal | 227 | 34 | 345 | 42 | 130 | 0 | 12 | 425 | 117 | 62 |
| Binary | 10010111 | 11100 | 11100101 | 100010 | 1011000 | 0 | 1010 | 100010101 | 1001111 | 110010 |
Color Harmonies of #971CE5
Complementary color
Monochromatic Colors of #971CE5
Black with #971CE5
Text Example
Text Example
White with #971CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971CE5; }
p { color: rgb(151,28,229); }
H1.HeaderClassName
{
color: #971CE5;
}
.AnyTagClassName
{
color: #971CE5;
}
</style>
background-color css
<style>
a { background-color: #971CE5; }
a { background-color: rgb(151,28,229); }
div.DivClassName
{
background-color: #971CE5;
}
.BgClassName
{
background-color: #971CE5;
}
</style>
border-color css
<style>
span { border-color: #971CE5; }
span { border-color: rgb(151,28,229); }
td.TdClassName
{
border-color: #971CE5;
}
.TagClassName
{
border-color: #971CE5;
}
</style>