Shades of Blue Violet #9341FF
Tints of Blue Violet #9341FF
RGB
CMYK
RGB Variations
Color information
#9341FF (or 0x9341FF) is known color: Blue Violet. HEX triplet: 93, 41 and FF. RGB value is (147,65,255). Sum of RGB (Red+Green+Blue) = 147+65+255=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #9341FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9341FF is #6CBE00. Grayscale: #6E6E6E. Windows color (decimal): -7126529 or 16728467. OLE color: 16728467.
HSL color Cylindrical-coordinate representation of color #9341FF: hue angle of 265.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9341FF is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 65 | 255 | - |
| CMYK | 0.42 | 0.75 | 0 | 0 |
| HSL | 265.89º | 1% | 0.63% | - |
| HSV(B) | 265.89º | 0.75% | 1% | - |
| XYZ | 31.97 | 17.2 | 96.24 | - |
| YUV | 111.18 | 209.17 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 255 | 0.42 | 0.75 | 0 | 0 | 265.89 | 1 | 0.63 |
| Hex | 93 | 41 | FF | 2A | 4B | 0 | 0 | 10A | 64 | 3F |
| Octal | 223 | 101 | 377 | 52 | 113 | 0 | 0 | 412 | 144 | 77 |
| Binary | 10010011 | 1000001 | 11111111 | 101010 | 1001011 | 0 | 0 | 100001010 | 1100100 | 111111 |
Color Harmonies of #9341FF
Complementary color
Monochromatic Colors of #9341FF
Black with #9341FF
Text Example
Text Example
White with #9341FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341FF; }
p { color: rgb(147,65,255); }
H1.HeaderClassName
{
color: #9341FF;
}
.AnyTagClassName
{
color: #9341FF;
}
</style>
background-color css
<style>
a { background-color: #9341FF; }
a { background-color: rgb(147,65,255); }
div.DivClassName
{
background-color: #9341FF;
}
.BgClassName
{
background-color: #9341FF;
}
</style>
border-color css
<style>
span { border-color: #9341FF; }
span { border-color: rgb(147,65,255); }
td.TdClassName
{
border-color: #9341FF;
}
.TagClassName
{
border-color: #9341FF;
}
</style>