Shades of Blue Violet #9348FE
Tints of Blue Violet #9348FE
RGB
CMYK
RGB Variations
Color information
#9348FE (or 0x9348FE) is known color: Blue Violet. HEX triplet: 93, 48 and FE. RGB value is (147,72,254). Sum of RGB (Red+Green+Blue) = 147+72+254=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 72 (28.52% from 255 or 15.22% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #9348FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9348FE is #6CB701. Grayscale: #727272. Windows color (decimal): -7124738 or 16664723. OLE color: 16664723.
HSL color Cylindrical-coordinate representation of color #9348FE: hue angle of 264.73º 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 #9348FE is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 147 | 72 | 254 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.00 |
| HSL | 264.73º | 0.99% | 0.64% | - |
| HSV(B) | 264.73º | 0.72% | 1% | - |
| XYZ | 32.24 | 17.99 | 95.54 | - |
| YUV | 115.17 | 206.35 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 254 | 0.42 | 0.72 | 0 | 0.00 | 264.73 | 0.99 | 0.64 |
| Hex | 93 | 48 | FE | 2A | 48 | 0 | 0 | 109 | 63 | 40 |
| Octal | 223 | 110 | 376 | 52 | 110 | 0 | 0 | 411 | 143 | 100 |
| Binary | 10010011 | 1001000 | 11111110 | 101010 | 1001000 | 0 | 0 | 100001001 | 1100011 | 1000000 |
Color Harmonies of #9348FE
Complementary color
Monochromatic Colors of #9348FE
Black with #9348FE
Text Example
Text Example
White with #9348FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9348FE; }
p { color: rgb(147,72,254); }
H1.HeaderClassName
{
color: #9348FE;
}
.AnyTagClassName
{
color: #9348FE;
}
</style>
background-color css
<style>
a { background-color: #9348FE; }
a { background-color: rgb(147,72,254); }
div.DivClassName
{
background-color: #9348FE;
}
.BgClassName
{
background-color: #9348FE;
}
</style>
border-color css
<style>
span { border-color: #9348FE; }
span { border-color: rgb(147,72,254); }
td.TdClassName
{
border-color: #9348FE;
}
.TagClassName
{
border-color: #9348FE;
}
</style>