Shades of Blue Violet #9748FE
Tints of Blue Violet #9748FE
RGB
CMYK
RGB Variations
Color information
#9748FE (or 0x9748FE) is known color: Blue Violet. HEX triplet: 97, 48 and FE. RGB value is (151,72,254). Sum of RGB (Red+Green+Blue) = 151+72+254=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 72 (28.52% from 255 or 15.09% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #9748FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9748FE is #68B701. Grayscale: #737373. Windows color (decimal): -6862594 or 16664727. OLE color: 16664727.
HSL color Cylindrical-coordinate representation of color #9748FE: hue angle of 266.04º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9748FE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 151 | 72 | 254 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.00 |
| HSL | 266.04º | 0.99% | 0.64% | - |
| HSV(B) | 266.04º | 0.72% | 1% | - |
| XYZ | 32.97 | 18.37 | 95.57 | - |
| YUV | 116.37 | 205.67 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 254 | 0.41 | 0.72 | 0 | 0.00 | 266.04 | 0.99 | 0.64 |
| Hex | 97 | 48 | FE | 29 | 48 | 0 | 0 | 10A | 63 | 40 |
| Octal | 227 | 110 | 376 | 51 | 110 | 0 | 0 | 412 | 143 | 100 |
| Binary | 10010111 | 1001000 | 11111110 | 101001 | 1001000 | 0 | 0 | 100001010 | 1100011 | 1000000 |
Color Harmonies of #9748FE
Complementary color
Monochromatic Colors of #9748FE
Black with #9748FE
Text Example
Text Example
White with #9748FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9748FE; }
p { color: rgb(151,72,254); }
H1.HeaderClassName
{
color: #9748FE;
}
.AnyTagClassName
{
color: #9748FE;
}
</style>
background-color css
<style>
a { background-color: #9748FE; }
a { background-color: rgb(151,72,254); }
div.DivClassName
{
background-color: #9748FE;
}
.BgClassName
{
background-color: #9748FE;
}
</style>
border-color css
<style>
span { border-color: #9748FE; }
span { border-color: rgb(151,72,254); }
td.TdClassName
{
border-color: #9748FE;
}
.TagClassName
{
border-color: #9748FE;
}
</style>