Shades of Blue Violet #973ADF
Tints of Blue Violet #973ADF
RGB
CMYK
RGB Variations
Color information
#973ADF (or 0x973ADF) is known color: Blue Violet. HEX triplet: 97, 3A and DF. RGB value is (151,58,223). Sum of RGB (Red+Green+Blue) = 151+58+223=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #973ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973ADF is #68C520. Grayscale: #686868. Windows color (decimal): -6866209 or 14629527. OLE color: 14629527.
HSL color Cylindrical-coordinate representation of color #973ADF: hue angle of 273.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973ADF is Cyan = 0.32, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 58 | 223 | - |
| CMYK | 0.32 | 0.74 | 0 | 0.13 |
| HSL | 273.82º | 0.72% | 0.55% | - |
| HSV(B) | 273.82º | 0.74% | 0.87% | - |
| XYZ | 27.59 | 14.93 | 71.24 | - |
| YUV | 104.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 58 | 223 | 0.32 | 0.74 | 0 | 0.13 | 273.82 | 0.72 | 0.55 |
| Hex | 97 | 3A | DF | 20 | 4A | 0 | D | 112 | 48 | 37 |
| Octal | 227 | 72 | 337 | 40 | 112 | 0 | 15 | 422 | 110 | 67 |
| Binary | 10010111 | 111010 | 11011111 | 100000 | 1001010 | 0 | 1101 | 100010010 | 1001000 | 110111 |
Color Harmonies of #973ADF
Complementary color
Monochromatic Colors of #973ADF
Black with #973ADF
Text Example
Text Example
White with #973ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973ADF; }
p { color: rgb(151,58,223); }
H1.HeaderClassName
{
color: #973ADF;
}
.AnyTagClassName
{
color: #973ADF;
}
</style>
background-color css
<style>
a { background-color: #973ADF; }
a { background-color: rgb(151,58,223); }
div.DivClassName
{
background-color: #973ADF;
}
.BgClassName
{
background-color: #973ADF;
}
</style>
border-color css
<style>
span { border-color: #973ADF; }
span { border-color: rgb(151,58,223); }
td.TdClassName
{
border-color: #973ADF;
}
.TagClassName
{
border-color: #973ADF;
}
</style>