Shades of Blue Violet #971EDC
Tints of Blue Violet #971EDC
RGB
CMYK
RGB Variations
Color information
#971EDC (or 0x971EDC) is known color: Blue Violet. HEX triplet: 97, 1E and DC. RGB value is (151,30,220). Sum of RGB (Red+Green+Blue) = 151+30+220=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 220 (86.33% from 255 or 54.86% from 401); Max value from RGB is 220 - color contains mainly: blue. Hex color #971EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971EDC is #68E123. Grayscale: #575757. Windows color (decimal): -6873380 or 14425751. OLE color: 14425751.
HSL color Cylindrical-coordinate representation of color #971EDC: hue angle of 278.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #971EDC is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 30 | 220 | - |
| CMYK | 0.31 | 0.86 | 0 | 0.14 |
| HSL | 278.21º | 0.76% | 0.49% | - |
| HSV(B) | 278.21º | 0.86% | 0.86% | - |
| XYZ | 26.15 | 12.68 | 68.78 | - |
| YUV | 87.84 | 202.59 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 30 | 220 | 0.31 | 0.86 | 0 | 0.14 | 278.21 | 0.76 | 0.49 |
| Hex | 97 | 1E | DC | 1F | 56 | 0 | E | 116 | 4C | 31 |
| Octal | 227 | 36 | 334 | 37 | 126 | 0 | 16 | 426 | 114 | 61 |
| Binary | 10010111 | 11110 | 11011100 | 11111 | 1010110 | 0 | 1110 | 100010110 | 1001100 | 110001 |
Color Harmonies of #971EDC
Complementary color
Monochromatic Colors of #971EDC
Black with #971EDC
Text Example
Text Example
White with #971EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971EDC; }
p { color: rgb(151,30,220); }
H1.HeaderClassName
{
color: #971EDC;
}
.AnyTagClassName
{
color: #971EDC;
}
</style>
background-color css
<style>
a { background-color: #971EDC; }
a { background-color: rgb(151,30,220); }
div.DivClassName
{
background-color: #971EDC;
}
.BgClassName
{
background-color: #971EDC;
}
</style>
border-color css
<style>
span { border-color: #971EDC; }
span { border-color: rgb(151,30,220); }
td.TdClassName
{
border-color: #971EDC;
}
.TagClassName
{
border-color: #971EDC;
}
</style>