Shades of Blue Violet #973FEE
Tints of Blue Violet #973FEE
RGB
CMYK
RGB Variations
Color information
#973FEE (or 0x973FEE) is known color: Blue Violet. HEX triplet: 97, 3F and EE. RGB value is (151,63,238). Sum of RGB (Red+Green+Blue) = 151+63+238=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #973FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973FEE is #68C011. Grayscale: #6C6C6C. Windows color (decimal): -6864914 or 15613847. OLE color: 15613847.
HSL color Cylindrical-coordinate representation of color #973FEE: hue angle of 270.17º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973FEE is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 63 | 238 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.07 |
| HSL | 270.17º | 0.84% | 0.59% | - |
| HSV(B) | 270.17º | 0.74% | 0.93% | - |
| XYZ | 29.97 | 16.31 | 82.46 | - |
| YUV | 109.26 | 200.65 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 63 | 238 | 0.37 | 0.74 | 0 | 0.07 | 270.17 | 0.84 | 0.59 |
| Hex | 97 | 3F | EE | 25 | 4A | 0 | 7 | 10E | 54 | 3B |
| Octal | 227 | 77 | 356 | 45 | 112 | 0 | 7 | 416 | 124 | 73 |
| Binary | 10010111 | 111111 | 11101110 | 100101 | 1001010 | 0 | 111 | 100001110 | 1010100 | 111011 |
Color Harmonies of #973FEE
Complementary color
Monochromatic Colors of #973FEE
Black with #973FEE
Text Example
Text Example
White with #973FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973FEE; }
p { color: rgb(151,63,238); }
H1.HeaderClassName
{
color: #973FEE;
}
.AnyTagClassName
{
color: #973FEE;
}
</style>
background-color css
<style>
a { background-color: #973FEE; }
a { background-color: rgb(151,63,238); }
div.DivClassName
{
background-color: #973FEE;
}
.BgClassName
{
background-color: #973FEE;
}
</style>
border-color css
<style>
span { border-color: #973FEE; }
span { border-color: rgb(151,63,238); }
td.TdClassName
{
border-color: #973FEE;
}
.TagClassName
{
border-color: #973FEE;
}
</style>