Shades of Blue Violet #972EDC
Tints of Blue Violet #972EDC
RGB
CMYK
RGB Variations
Color information
#972EDC (or 0x972EDC) is known color: Blue Violet. HEX triplet: 97, 2E and DC. RGB value is (151,46,220). Sum of RGB (Red+Green+Blue) = 151+46+220=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 46 (18.36% from 255 or 11.03% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #972EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972EDC is #68D123. Grayscale: #606060. Windows color (decimal): -6869284 or 14429847. OLE color: 14429847.
HSL color Cylindrical-coordinate representation of color #972EDC: hue angle of 276.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972EDC is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 46 | 220 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.14 |
| HSL | 276.21º | 0.71% | 0.52% | - |
| HSV(B) | 276.21º | 0.79% | 0.86% | - |
| XYZ | 26.66 | 13.7 | 68.95 | - |
| YUV | 97.23 | 197.29 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 46 | 220 | 0.31 | 0.79 | 0 | 0.14 | 276.21 | 0.71 | 0.52 |
| Hex | 97 | 2E | DC | 1F | 4F | 0 | E | 114 | 47 | 34 |
| Octal | 227 | 56 | 334 | 37 | 117 | 0 | 16 | 424 | 107 | 64 |
| Binary | 10010111 | 101110 | 11011100 | 11111 | 1001111 | 0 | 1110 | 100010100 | 1000111 | 110100 |
Color Harmonies of #972EDC
Complementary color
Monochromatic Colors of #972EDC
Black with #972EDC
Text Example
Text Example
White with #972EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972EDC; }
p { color: rgb(151,46,220); }
H1.HeaderClassName
{
color: #972EDC;
}
.AnyTagClassName
{
color: #972EDC;
}
</style>
background-color css
<style>
a { background-color: #972EDC; }
a { background-color: rgb(151,46,220); }
div.DivClassName
{
background-color: #972EDC;
}
.BgClassName
{
background-color: #972EDC;
}
</style>
border-color css
<style>
span { border-color: #972EDC; }
span { border-color: rgb(151,46,220); }
td.TdClassName
{
border-color: #972EDC;
}
.TagClassName
{
border-color: #972EDC;
}
</style>