Shades of Blue Violet #973CEA
Tints of Blue Violet #973CEA
RGB
CMYK
RGB Variations
Color information
#973CEA (or 0x973CEA) is known color: Blue Violet. HEX triplet: 97, 3C and EA. RGB value is (151,60,234). Sum of RGB (Red+Green+Blue) = 151+60+234=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 234 (91.80% from 255 or 52.58% from 445); Max value from RGB is 234 - color contains mainly: blue. Hex color #973CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #973CEA is #68C315. Grayscale: #6A6A6A. Windows color (decimal): -6865686 or 15350935. OLE color: 15350935.
HSL color Cylindrical-coordinate representation of color #973CEA: hue angle of 271.38º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #973CEA is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 151 | 60 | 234 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.08 |
| HSL | 271.38º | 0.81% | 0.58% | - |
| HSV(B) | 271.38º | 0.74% | 0.92% | - |
| XYZ | 29.23 | 15.75 | 79.34 | - |
| YUV | 107.05 | 199.65 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 60 | 234 | 0.35 | 0.74 | 0 | 0.08 | 271.38 | 0.81 | 0.58 |
| Hex | 97 | 3C | EA | 23 | 4A | 0 | 8 | 10F | 51 | 3A |
| Octal | 227 | 74 | 352 | 43 | 112 | 0 | 10 | 417 | 121 | 72 |
| Binary | 10010111 | 111100 | 11101010 | 100011 | 1001010 | 0 | 1000 | 100001111 | 1010001 | 111010 |
Color Harmonies of #973CEA
Complementary color
Monochromatic Colors of #973CEA
Black with #973CEA
Text Example
Text Example
White with #973CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #973CEA; }
p { color: rgb(151,60,234); }
H1.HeaderClassName
{
color: #973CEA;
}
.AnyTagClassName
{
color: #973CEA;
}
</style>
background-color css
<style>
a { background-color: #973CEA; }
a { background-color: rgb(151,60,234); }
div.DivClassName
{
background-color: #973CEA;
}
.BgClassName
{
background-color: #973CEA;
}
</style>
border-color css
<style>
span { border-color: #973CEA; }
span { border-color: rgb(151,60,234); }
td.TdClassName
{
border-color: #973CEA;
}
.TagClassName
{
border-color: #973CEA;
}
</style>