Shades of Blue Violet #9741FE
Tints of Blue Violet #9741FE
RGB
CMYK
RGB Variations
Color information
#9741FE (or 0x9741FE) is known color: Blue Violet. HEX triplet: 97, 41 and FE. RGB value is (151,65,254). Sum of RGB (Red+Green+Blue) = 151+65+254=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #9741FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9741FE is #68BE01. Grayscale: #6F6F6F. Windows color (decimal): -6864386 or 16662935. OLE color: 16662935.
HSL color Cylindrical-coordinate representation of color #9741FE: hue angle of 267.3º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9741FE is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 65 | 254 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.00 |
| HSL | 267.3º | 0.99% | 0.63% | - |
| HSV(B) | 267.3º | 0.74% | 1% | - |
| XYZ | 32.54 | 17.52 | 95.43 | - |
| YUV | 112.26 | 207.99 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 65 | 254 | 0.41 | 0.74 | 0 | 0.00 | 267.3 | 0.99 | 0.63 |
| Hex | 97 | 41 | FE | 29 | 4A | 0 | 0 | 10B | 63 | 3F |
| Octal | 227 | 101 | 376 | 51 | 112 | 0 | 0 | 413 | 143 | 77 |
| Binary | 10010111 | 1000001 | 11111110 | 101001 | 1001010 | 0 | 0 | 100001011 | 1100011 | 111111 |
Color Harmonies of #9741FE
Complementary color
Monochromatic Colors of #9741FE
Black with #9741FE
Text Example
Text Example
White with #9741FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9741FE; }
p { color: rgb(151,65,254); }
H1.HeaderClassName
{
color: #9741FE;
}
.AnyTagClassName
{
color: #9741FE;
}
</style>
background-color css
<style>
a { background-color: #9741FE; }
a { background-color: rgb(151,65,254); }
div.DivClassName
{
background-color: #9741FE;
}
.BgClassName
{
background-color: #9741FE;
}
</style>
border-color css
<style>
span { border-color: #9741FE; }
span { border-color: rgb(151,65,254); }
td.TdClassName
{
border-color: #9741FE;
}
.TagClassName
{
border-color: #9741FE;
}
</style>