Shades of Blue Violet #9341FB
Tints of Blue Violet #9341FB
RGB
CMYK
RGB Variations
Color information
#9341FB (or 0x9341FB) is known color: Blue Violet. HEX triplet: 93, 41 and FB. RGB value is (147,65,251). Sum of RGB (Red+Green+Blue) = 147+65+251=463 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.75% from 463); Green value is 65 (25.78% from 255 or 14.04% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #9341FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9341FB is #6CBE04. Grayscale: #6E6E6E. Windows color (decimal): -7126533 or 16466323. OLE color: 16466323.
HSL color Cylindrical-coordinate representation of color #9341FB: hue angle of 266.45º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9341FB is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 65 | 251 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.02 |
| HSL | 266.45º | 0.96% | 0.62% | - |
| HSV(B) | 266.45º | 0.74% | 0.98% | - |
| XYZ | 31.34 | 16.95 | 92.89 | - |
| YUV | 110.72 | 207.17 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 251 | 0.41 | 0.74 | 0 | 0.02 | 266.45 | 0.96 | 0.62 |
| Hex | 93 | 41 | FB | 29 | 4A | 0 | 2 | 10A | 60 | 3E |
| Octal | 223 | 101 | 373 | 51 | 112 | 0 | 2 | 412 | 140 | 76 |
| Binary | 10010011 | 1000001 | 11111011 | 101001 | 1001010 | 0 | 10 | 100001010 | 1100000 | 111110 |
Color Harmonies of #9341FB
Complementary color
Monochromatic Colors of #9341FB
Black with #9341FB
Text Example
Text Example
White with #9341FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341FB; }
p { color: rgb(147,65,251); }
H1.HeaderClassName
{
color: #9341FB;
}
.AnyTagClassName
{
color: #9341FB;
}
</style>
background-color css
<style>
a { background-color: #9341FB; }
a { background-color: rgb(147,65,251); }
div.DivClassName
{
background-color: #9341FB;
}
.BgClassName
{
background-color: #9341FB;
}
</style>
border-color css
<style>
span { border-color: #9341FB; }
span { border-color: rgb(147,65,251); }
td.TdClassName
{
border-color: #9341FB;
}
.TagClassName
{
border-color: #9341FB;
}
</style>