Shades of Blue Violet #9341FC
Tints of Blue Violet #9341FC
RGB
CMYK
RGB Variations
Color information
#9341FC (or 0x9341FC) is known color: Blue Violet. HEX triplet: 93, 41 and FC. RGB value is (147,65,252). Sum of RGB (Red+Green+Blue) = 147+65+252=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 65 (25.78% from 255 or 14.01% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #9341FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9341FC is #6CBE03. Grayscale: #6E6E6E. Windows color (decimal): -7126532 or 16531859. OLE color: 16531859.
HSL color Cylindrical-coordinate representation of color #9341FC: hue angle of 266.31º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9341FC is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 147 | 65 | 252 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.01 |
| HSL | 266.31º | 0.97% | 0.62% | - |
| HSV(B) | 266.31º | 0.74% | 0.99% | - |
| XYZ | 31.49 | 17.01 | 93.72 | - |
| YUV | 110.84 | 207.67 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 252 | 0.42 | 0.74 | 0 | 0.01 | 266.31 | 0.97 | 0.62 |
| Hex | 93 | 41 | FC | 2A | 4A | 0 | 1 | 10A | 61 | 3E |
| Octal | 223 | 101 | 374 | 52 | 112 | 0 | 1 | 412 | 141 | 76 |
| Binary | 10010011 | 1000001 | 11111100 | 101010 | 1001010 | 0 | 1 | 100001010 | 1100001 | 111110 |
Color Harmonies of #9341FC
Complementary color
Monochromatic Colors of #9341FC
Black with #9341FC
Text Example
Text Example
White with #9341FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341FC; }
p { color: rgb(147,65,252); }
H1.HeaderClassName
{
color: #9341FC;
}
.AnyTagClassName
{
color: #9341FC;
}
</style>
background-color css
<style>
a { background-color: #9341FC; }
a { background-color: rgb(147,65,252); }
div.DivClassName
{
background-color: #9341FC;
}
.BgClassName
{
background-color: #9341FC;
}
</style>
border-color css
<style>
span { border-color: #9341FC; }
span { border-color: rgb(147,65,252); }
td.TdClassName
{
border-color: #9341FC;
}
.TagClassName
{
border-color: #9341FC;
}
</style>