Shades of Blue Violet #9341EF
Tints of Blue Violet #9341EF
RGB
CMYK
RGB Variations
Color information
#9341EF (or 0x9341EF) is known color: Blue Violet. HEX triplet: 93, 41 and EF. RGB value is (147,65,239). Sum of RGB (Red+Green+Blue) = 147+65+239=451 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.59% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #9341EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9341EF is #6CBE10. Grayscale: #6C6C6C. Windows color (decimal): -7126545 or 15679891. OLE color: 15679891.
HSL color Cylindrical-coordinate representation of color #9341EF: hue angle of 268.28º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9341EF is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 65 | 239 | - |
| CMYK | 0.38 | 0.73 | 0 | 0.06 |
| HSL | 268.28º | 0.84% | 0.6% | - |
| HSV(B) | 268.28º | 0.73% | 0.94% | - |
| XYZ | 29.5 | 16.22 | 83.24 | - |
| YUV | 109.35 | 201.17 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 239 | 0.38 | 0.73 | 0 | 0.06 | 268.28 | 0.84 | 0.6 |
| Hex | 93 | 41 | EF | 26 | 49 | 0 | 6 | 10C | 54 | 3C |
| Octal | 223 | 101 | 357 | 46 | 111 | 0 | 6 | 414 | 124 | 74 |
| Binary | 10010011 | 1000001 | 11101111 | 100110 | 1001001 | 0 | 110 | 100001100 | 1010100 | 111100 |
Color Harmonies of #9341EF
Complementary color
Monochromatic Colors of #9341EF
Black with #9341EF
Text Example
Text Example
White with #9341EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341EF; }
p { color: rgb(147,65,239); }
H1.HeaderClassName
{
color: #9341EF;
}
.AnyTagClassName
{
color: #9341EF;
}
</style>
background-color css
<style>
a { background-color: #9341EF; }
a { background-color: rgb(147,65,239); }
div.DivClassName
{
background-color: #9341EF;
}
.BgClassName
{
background-color: #9341EF;
}
</style>
border-color css
<style>
span { border-color: #9341EF; }
span { border-color: rgb(147,65,239); }
td.TdClassName
{
border-color: #9341EF;
}
.TagClassName
{
border-color: #9341EF;
}
</style>