Shades of Blue Violet #971ADC
Tints of Blue Violet #971ADC
RGB
CMYK
RGB Variations
Color information
#971ADC (or 0x971ADC) is known color: Blue Violet. HEX triplet: 97, 1A and DC. RGB value is (151,26,220). Sum of RGB (Red+Green+Blue) = 151+26+220=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 26 (10.55% from 255 or 6.55% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #971ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #971ADC is #68E523. Grayscale: #545454. Windows color (decimal): -6874404 or 14424727. OLE color: 14424727.
HSL color Cylindrical-coordinate representation of color #971ADC: hue angle of 278.66º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971ADC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 26 | 220 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.14 |
| HSL | 278.66º | 0.79% | 0.48% | - |
| HSV(B) | 278.66º | 0.88% | 0.86% | - |
| XYZ | 26.05 | 12.49 | 68.75 | - |
| YUV | 85.49 | 203.91 | 174.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 26 | 220 | 0.31 | 0.88 | 0 | 0.14 | 278.66 | 0.79 | 0.48 |
| Hex | 97 | 1A | DC | 1F | 58 | 0 | E | 117 | 4F | 30 |
| Octal | 227 | 32 | 334 | 37 | 130 | 0 | 16 | 427 | 117 | 60 |
| Binary | 10010111 | 11010 | 11011100 | 11111 | 1011000 | 0 | 1110 | 100010111 | 1001111 | 110000 |
Color Harmonies of #971ADC
Complementary color
Monochromatic Colors of #971ADC
Black with #971ADC
Text Example
Text Example
White with #971ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971ADC; }
p { color: rgb(151,26,220); }
H1.HeaderClassName
{
color: #971ADC;
}
.AnyTagClassName
{
color: #971ADC;
}
</style>
background-color css
<style>
a { background-color: #971ADC; }
a { background-color: rgb(151,26,220); }
div.DivClassName
{
background-color: #971ADC;
}
.BgClassName
{
background-color: #971ADC;
}
</style>
border-color css
<style>
span { border-color: #971ADC; }
span { border-color: rgb(151,26,220); }
td.TdClassName
{
border-color: #971ADC;
}
.TagClassName
{
border-color: #971ADC;
}
</style>