Shades of Blue Violet #971EEB
Tints of Blue Violet #971EEB
RGB
CMYK
RGB Variations
Color information
#971EEB (or 0x971EEB) is known color: Blue Violet. HEX triplet: 97, 1E and EB. RGB value is (151,30,235). Sum of RGB (Red+Green+Blue) = 151+30+235=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 235 (92.19% from 255 or 56.49% from 416); Max value from RGB is 235 - color contains mainly: blue. Hex color #971EEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #971EEB is #68E114. Grayscale: #585858. Windows color (decimal): -6873365 or 15408791. OLE color: 15408791.
HSL color Cylindrical-coordinate representation of color #971EEB: hue angle of 275.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #971EEB is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 30 | 235 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.08 |
| HSL | 275.41º | 0.84% | 0.52% | - |
| HSV(B) | 275.41º | 0.87% | 0.92% | - |
| XYZ | 28.22 | 13.51 | 79.72 | - |
| YUV | 89.55 | 210.09 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 235 | 0.36 | 0.87 | 0 | 0.08 | 275.41 | 0.84 | 0.52 |
| Hex | 97 | 1E | EB | 24 | 57 | 0 | 8 | 113 | 54 | 34 |
| Octal | 227 | 36 | 353 | 44 | 127 | 0 | 10 | 423 | 124 | 64 |
| Binary | 10010111 | 11110 | 11101011 | 100100 | 1010111 | 0 | 1000 | 100010011 | 1010100 | 110100 |
Color Harmonies of #971EEB
Complementary color
Monochromatic Colors of #971EEB
Black with #971EEB
Text Example
Text Example
White with #971EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971EEB; }
p { color: rgb(151,30,235); }
H1.HeaderClassName
{
color: #971EEB;
}
.AnyTagClassName
{
color: #971EEB;
}
</style>
background-color css
<style>
a { background-color: #971EEB; }
a { background-color: rgb(151,30,235); }
div.DivClassName
{
background-color: #971EEB;
}
.BgClassName
{
background-color: #971EEB;
}
</style>
border-color css
<style>
span { border-color: #971EEB; }
span { border-color: rgb(151,30,235); }
td.TdClassName
{
border-color: #971EEB;
}
.TagClassName
{
border-color: #971EEB;
}
</style>