Shades of Blue Violet #973BE0
Tints of Blue Violet #973BE0
RGB
CMYK
RGB Variations
Color information
#973BE0 (or 0x973BE0) is known color: Blue Violet. HEX triplet: 97, 3B and E0. RGB value is (151,59,224). Sum of RGB (Red+Green+Blue) = 151+59+224=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 224 (87.89% from 255 or 51.61% from 434); Max value from RGB is 224 - color contains mainly: blue. Hex color #973BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #973BE0 is #68C41F. Grayscale: #686868. Windows color (decimal): -6865952 or 14695319. OLE color: 14695319.
HSL color Cylindrical-coordinate representation of color #973BE0: hue angle of 273.45º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973BE0 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 59 | 224 | - |
| CMYK | 0.33 | 0.74 | 0 | 0.12 |
| HSL | 273.45º | 0.73% | 0.55% | - |
| HSV(B) | 273.45º | 0.74% | 0.88% | - |
| XYZ | 27.78 | 15.09 | 71.97 | - |
| YUV | 105.32 | 194.98 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 59 | 224 | 0.33 | 0.74 | 0 | 0.12 | 273.45 | 0.73 | 0.55 |
| Hex | 97 | 3B | E0 | 21 | 4A | 0 | C | 111 | 49 | 37 |
| Octal | 227 | 73 | 340 | 41 | 112 | 0 | 14 | 421 | 111 | 67 |
| Binary | 10010111 | 111011 | 11100000 | 100001 | 1001010 | 0 | 1100 | 100010001 | 1001001 | 110111 |
Color Harmonies of #973BE0
Complementary color
Monochromatic Colors of #973BE0
Black with #973BE0
Text Example
Text Example
White with #973BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973BE0; }
p { color: rgb(151,59,224); }
H1.HeaderClassName
{
color: #973BE0;
}
.AnyTagClassName
{
color: #973BE0;
}
</style>
background-color css
<style>
a { background-color: #973BE0; }
a { background-color: rgb(151,59,224); }
div.DivClassName
{
background-color: #973BE0;
}
.BgClassName
{
background-color: #973BE0;
}
</style>
border-color css
<style>
span { border-color: #973BE0; }
span { border-color: rgb(151,59,224); }
td.TdClassName
{
border-color: #973BE0;
}
.TagClassName
{
border-color: #973BE0;
}
</style>