Shades of Blue Violet #9740EC
Tints of Blue Violet #9740EC
RGB
CMYK
RGB Variations
Color information
#9740EC (or 0x9740EC) is known color: Blue Violet. HEX triplet: 97, 40 and EC. RGB value is (151,64,236). Sum of RGB (Red+Green+Blue) = 151+64+236=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 64 (25.39% from 255 or 14.19% from 451); Blue value is 236 (92.58% from 255 or 52.33% from 451); Max value from RGB is 236 - color contains mainly: blue. Hex color #9740EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9740EC is #68BF13. Grayscale: #6D6D6D. Windows color (decimal): -6864660 or 15483031. OLE color: 15483031.
HSL color Cylindrical-coordinate representation of color #9740EC: hue angle of 270.35º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9740EC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 151 | 64 | 236 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.07 |
| HSL | 270.35º | 0.82% | 0.59% | - |
| HSV(B) | 270.35º | 0.73% | 0.93% | - |
| XYZ | 29.74 | 16.3 | 80.94 | - |
| YUV | 109.62 | 199.32 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 236 | 0.36 | 0.73 | 0 | 0.07 | 270.35 | 0.82 | 0.59 |
| Hex | 97 | 40 | EC | 24 | 49 | 0 | 7 | 10E | 52 | 3B |
| Octal | 227 | 100 | 354 | 44 | 111 | 0 | 7 | 416 | 122 | 73 |
| Binary | 10010111 | 1000000 | 11101100 | 100100 | 1001001 | 0 | 111 | 100001110 | 1010010 | 111011 |
Color Harmonies of #9740EC
Complementary color
Monochromatic Colors of #9740EC
Black with #9740EC
Text Example
Text Example
White with #9740EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9740EC; }
p { color: rgb(151,64,236); }
H1.HeaderClassName
{
color: #9740EC;
}
.AnyTagClassName
{
color: #9740EC;
}
</style>
background-color css
<style>
a { background-color: #9740EC; }
a { background-color: rgb(151,64,236); }
div.DivClassName
{
background-color: #9740EC;
}
.BgClassName
{
background-color: #9740EC;
}
</style>
border-color css
<style>
span { border-color: #9740EC; }
span { border-color: rgb(151,64,236); }
td.TdClassName
{
border-color: #9740EC;
}
.TagClassName
{
border-color: #9740EC;
}
</style>