Shades of Blue Violet #972ADF
Tints of Blue Violet #972ADF
RGB
CMYK
RGB Variations
Color information
#972ADF (or 0x972ADF) is known color: Blue Violet. HEX triplet: 97, 2A and DF. RGB value is (151,42,223). Sum of RGB (Red+Green+Blue) = 151+42+223=416 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.30% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #972ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #972ADF is #68D520. Grayscale: #5E5E5E. Windows color (decimal): -6870305 or 14625431. OLE color: 14625431.
HSL color Cylindrical-coordinate representation of color #972ADF: hue angle of 276.13º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #972ADF is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 42 | 223 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.13 |
| HSL | 276.13º | 0.74% | 0.52% | - |
| HSV(B) | 276.13º | 0.81% | 0.87% | - |
| XYZ | 26.91 | 13.56 | 71.01 | - |
| YUV | 95.23 | 200.11 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 42 | 223 | 0.32 | 0.81 | 0 | 0.13 | 276.13 | 0.74 | 0.52 |
| Hex | 97 | 2A | DF | 20 | 51 | 0 | D | 114 | 4A | 34 |
| Octal | 227 | 52 | 337 | 40 | 121 | 0 | 15 | 424 | 112 | 64 |
| Binary | 10010111 | 101010 | 11011111 | 100000 | 1010001 | 0 | 1101 | 100010100 | 1001010 | 110100 |
Color Harmonies of #972ADF
Complementary color
Monochromatic Colors of #972ADF
Black with #972ADF
Text Example
Text Example
White with #972ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #972ADF; }
p { color: rgb(151,42,223); }
H1.HeaderClassName
{
color: #972ADF;
}
.AnyTagClassName
{
color: #972ADF;
}
</style>
background-color css
<style>
a { background-color: #972ADF; }
a { background-color: rgb(151,42,223); }
div.DivClassName
{
background-color: #972ADF;
}
.BgClassName
{
background-color: #972ADF;
}
</style>
border-color css
<style>
span { border-color: #972ADF; }
span { border-color: rgb(151,42,223); }
td.TdClassName
{
border-color: #972ADF;
}
.TagClassName
{
border-color: #972ADF;
}
</style>