Shades of Blue Violet #972CDC
Tints of Blue Violet #972CDC
RGB
CMYK
RGB Variations
Color information
#972CDC (or 0x972CDC) is known color: Blue Violet. HEX triplet: 97, 2C and DC. RGB value is (151,44,220). Sum of RGB (Red+Green+Blue) = 151+44+220=415 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.39% from 415); Green value is 44 (17.58% from 255 or 10.60% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #972CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972CDC is #68D323. Grayscale: #5F5F5F. Windows color (decimal): -6869796 or 14429335. OLE color: 14429335.
HSL color Cylindrical-coordinate representation of color #972CDC: hue angle of 276.48º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #972CDC is Cyan = 0.31, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 44 | 220 | - |
| CMYK | 0.31 | 0.8 | 0 | 0.14 |
| HSL | 276.48º | 0.72% | 0.52% | - |
| HSV(B) | 276.48º | 0.8% | 0.86% | - |
| XYZ | 26.58 | 13.55 | 68.92 | - |
| YUV | 96.06 | 197.95 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 44 | 220 | 0.31 | 0.8 | 0 | 0.14 | 276.48 | 0.72 | 0.52 |
| Hex | 97 | 2C | DC | 1F | 50 | 0 | E | 114 | 48 | 34 |
| Octal | 227 | 54 | 334 | 37 | 120 | 0 | 16 | 424 | 110 | 64 |
| Binary | 10010111 | 101100 | 11011100 | 11111 | 1010000 | 0 | 1110 | 100010100 | 1001000 | 110100 |
Color Harmonies of #972CDC
Complementary color
Monochromatic Colors of #972CDC
Black with #972CDC
Text Example
Text Example
White with #972CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972CDC; }
p { color: rgb(151,44,220); }
H1.HeaderClassName
{
color: #972CDC;
}
.AnyTagClassName
{
color: #972CDC;
}
</style>
background-color css
<style>
a { background-color: #972CDC; }
a { background-color: rgb(151,44,220); }
div.DivClassName
{
background-color: #972CDC;
}
.BgClassName
{
background-color: #972CDC;
}
</style>
border-color css
<style>
span { border-color: #972CDC; }
span { border-color: rgb(151,44,220); }
td.TdClassName
{
border-color: #972CDC;
}
.TagClassName
{
border-color: #972CDC;
}
</style>