Shades of Blue Violet #9743FE
Tints of Blue Violet #9743FE
RGB
CMYK
RGB Variations
Color information
#9743FE (or 0x9743FE) is known color: Blue Violet. HEX triplet: 97, 43 and FE. RGB value is (151,67,254). Sum of RGB (Red+Green+Blue) = 151+67+254=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 67 (26.56% from 255 or 14.19% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #9743FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9743FE is #68BC01. Grayscale: #707070. Windows color (decimal): -6863874 or 16663447. OLE color: 16663447.
HSL color Cylindrical-coordinate representation of color #9743FE: hue angle of 266.95º 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 #9743FE is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 67 | 254 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.00 |
| HSL | 266.95º | 0.99% | 0.63% | - |
| HSV(B) | 266.95º | 0.74% | 1% | - |
| XYZ | 32.66 | 17.75 | 95.47 | - |
| YUV | 113.43 | 207.33 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 254 | 0.41 | 0.74 | 0 | 0.00 | 266.95 | 0.99 | 0.63 |
| Hex | 97 | 43 | FE | 29 | 4A | 0 | 0 | 10B | 63 | 3F |
| Octal | 227 | 103 | 376 | 51 | 112 | 0 | 0 | 413 | 143 | 77 |
| Binary | 10010111 | 1000011 | 11111110 | 101001 | 1001010 | 0 | 0 | 100001011 | 1100011 | 111111 |
Color Harmonies of #9743FE
Complementary color
Monochromatic Colors of #9743FE
Black with #9743FE
Text Example
Text Example
White with #9743FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9743FE; }
p { color: rgb(151,67,254); }
H1.HeaderClassName
{
color: #9743FE;
}
.AnyTagClassName
{
color: #9743FE;
}
</style>
background-color css
<style>
a { background-color: #9743FE; }
a { background-color: rgb(151,67,254); }
div.DivClassName
{
background-color: #9743FE;
}
.BgClassName
{
background-color: #9743FE;
}
</style>
border-color css
<style>
span { border-color: #9743FE; }
span { border-color: rgb(151,67,254); }
td.TdClassName
{
border-color: #9743FE;
}
.TagClassName
{
border-color: #9743FE;
}
</style>