Shades of Blue Violet #973CEC
Tints of Blue Violet #973CEC
RGB
CMYK
RGB Variations
Color information
#973CEC (or 0x973CEC) is known color: Blue Violet. HEX triplet: 97, 3C and EC. RGB value is (151,60,236). Sum of RGB (Red+Green+Blue) = 151+60+236=447 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.78% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #973CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CEC is #68C313. Grayscale: #6A6A6A. Windows color (decimal): -6865684 or 15482007. OLE color: 15482007.
HSL color Cylindrical-coordinate representation of color #973CEC: hue angle of 271.02º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #973CEC is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 60 | 236 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.07 |
| HSL | 271.02º | 0.82% | 0.58% | - |
| HSV(B) | 271.02º | 0.75% | 0.93% | - |
| XYZ | 29.52 | 15.87 | 80.86 | - |
| YUV | 107.27 | 200.65 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 236 | 0.36 | 0.75 | 0 | 0.07 | 271.02 | 0.82 | 0.58 |
| Hex | 97 | 3C | EC | 24 | 4B | 0 | 7 | 10F | 52 | 3A |
| Octal | 227 | 74 | 354 | 44 | 113 | 0 | 7 | 417 | 122 | 72 |
| Binary | 10010111 | 111100 | 11101100 | 100100 | 1001011 | 0 | 111 | 100001111 | 1010010 | 111010 |
Color Harmonies of #973CEC
Complementary color
Monochromatic Colors of #973CEC
Black with #973CEC
Text Example
Text Example
White with #973CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CEC; }
p { color: rgb(151,60,236); }
H1.HeaderClassName
{
color: #973CEC;
}
.AnyTagClassName
{
color: #973CEC;
}
</style>
background-color css
<style>
a { background-color: #973CEC; }
a { background-color: rgb(151,60,236); }
div.DivClassName
{
background-color: #973CEC;
}
.BgClassName
{
background-color: #973CEC;
}
</style>
border-color css
<style>
span { border-color: #973CEC; }
span { border-color: rgb(151,60,236); }
td.TdClassName
{
border-color: #973CEC;
}
.TagClassName
{
border-color: #973CEC;
}
</style>