Shades of Blue Violet #973EEC
Tints of Blue Violet #973EEC
RGB
CMYK
RGB Variations
Color information
#973EEC (or 0x973EEC) is known color: Blue Violet. HEX triplet: 97, 3E and EC. RGB value is (151,62,236). Sum of RGB (Red+Green+Blue) = 151+62+236=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #973EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973EEC is #68C113. Grayscale: #6B6B6B. Windows color (decimal): -6865172 or 15482519. OLE color: 15482519.
HSL color Cylindrical-coordinate representation of color #973EEC: hue angle of 270.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973EEC is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 62 | 236 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.07 |
| HSL | 270.69º | 0.82% | 0.58% | - |
| HSV(B) | 270.69º | 0.74% | 0.93% | - |
| XYZ | 29.63 | 16.08 | 80.9 | - |
| YUV | 108.45 | 199.99 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 62 | 236 | 0.36 | 0.74 | 0 | 0.07 | 270.69 | 0.82 | 0.58 |
| Hex | 97 | 3E | EC | 24 | 4A | 0 | 7 | 10F | 52 | 3A |
| Octal | 227 | 76 | 354 | 44 | 112 | 0 | 7 | 417 | 122 | 72 |
| Binary | 10010111 | 111110 | 11101100 | 100100 | 1001010 | 0 | 111 | 100001111 | 1010010 | 111010 |
Color Harmonies of #973EEC
Complementary color
Monochromatic Colors of #973EEC
Black with #973EEC
Text Example
Text Example
White with #973EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973EEC; }
p { color: rgb(151,62,236); }
H1.HeaderClassName
{
color: #973EEC;
}
.AnyTagClassName
{
color: #973EEC;
}
</style>
background-color css
<style>
a { background-color: #973EEC; }
a { background-color: rgb(151,62,236); }
div.DivClassName
{
background-color: #973EEC;
}
.BgClassName
{
background-color: #973EEC;
}
</style>
border-color css
<style>
span { border-color: #973EEC; }
span { border-color: rgb(151,62,236); }
td.TdClassName
{
border-color: #973EEC;
}
.TagClassName
{
border-color: #973EEC;
}
</style>