Shades of Blue Violet #9740FE
Tints of Blue Violet #9740FE
RGB
CMYK
RGB Variations
Color information
#9740FE (or 0x9740FE) is known color: Blue Violet. HEX triplet: 97, 40 and FE. RGB value is (151,64,254). Sum of RGB (Red+Green+Blue) = 151+64+254=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 254 (99.61% from 255 or 54.16% from 469); Max value from RGB is 254 - color contains mainly: blue. Hex color #9740FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9740FE is #68BF01. Grayscale: #6F6F6F. Windows color (decimal): -6864642 or 16662679. OLE color: 16662679.
HSL color Cylindrical-coordinate representation of color #9740FE: hue angle of 267.47º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9740FE is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 64 | 254 | - |
| CMYK | 0.41 | 0.75 | 0 | 0.00 |
| HSL | 267.47º | 0.99% | 0.62% | - |
| HSV(B) | 267.47º | 0.75% | 1% | - |
| XYZ | 32.49 | 17.4 | 95.41 | - |
| YUV | 111.67 | 208.32 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 64 | 254 | 0.41 | 0.75 | 0 | 0.00 | 267.47 | 0.99 | 0.62 |
| Hex | 97 | 40 | FE | 29 | 4B | 0 | 0 | 10B | 63 | 3E |
| Octal | 227 | 100 | 376 | 51 | 113 | 0 | 0 | 413 | 143 | 76 |
| Binary | 10010111 | 1000000 | 11111110 | 101001 | 1001011 | 0 | 0 | 100001011 | 1100011 | 111110 |
Color Harmonies of #9740FE
Complementary color
Monochromatic Colors of #9740FE
Black with #9740FE
Text Example
Text Example
White with #9740FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9740FE; }
p { color: rgb(151,64,254); }
H1.HeaderClassName
{
color: #9740FE;
}
.AnyTagClassName
{
color: #9740FE;
}
</style>
background-color css
<style>
a { background-color: #9740FE; }
a { background-color: rgb(151,64,254); }
div.DivClassName
{
background-color: #9740FE;
}
.BgClassName
{
background-color: #9740FE;
}
</style>
border-color css
<style>
span { border-color: #9740FE; }
span { border-color: rgb(151,64,254); }
td.TdClassName
{
border-color: #9740FE;
}
.TagClassName
{
border-color: #9740FE;
}
</style>