Shades of Blue Violet #9439EC
Tints of Blue Violet #9439EC
RGB
CMYK
RGB Variations
Color information
#9439EC (or 0x9439EC) is known color: Blue Violet. HEX triplet: 94, 39 and EC. RGB value is (148,57,236). Sum of RGB (Red+Green+Blue) = 148+57+236=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #9439EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9439EC is #6BC613. Grayscale: #676767. Windows color (decimal): -7063060 or 15481236. OLE color: 15481236.
HSL color Cylindrical-coordinate representation of color #9439EC: hue angle of 270.5º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9439EC is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 57 | 236 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.07 |
| HSL | 270.5º | 0.82% | 0.57% | - |
| HSV(B) | 270.5º | 0.76% | 0.93% | - |
| XYZ | 28.82 | 15.28 | 80.79 | - |
| YUV | 104.62 | 202.15 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 236 | 0.37 | 0.76 | 0 | 0.07 | 270.5 | 0.82 | 0.57 |
| Hex | 94 | 39 | EC | 25 | 4C | 0 | 7 | 10F | 52 | 39 |
| Octal | 224 | 71 | 354 | 45 | 114 | 0 | 7 | 417 | 122 | 71 |
| Binary | 10010100 | 111001 | 11101100 | 100101 | 1001100 | 0 | 111 | 100001111 | 1010010 | 111001 |
Color Harmonies of #9439EC
Complementary color
Monochromatic Colors of #9439EC
Black with #9439EC
Text Example
Text Example
White with #9439EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439EC; }
p { color: rgb(148,57,236); }
H1.HeaderClassName
{
color: #9439EC;
}
.AnyTagClassName
{
color: #9439EC;
}
</style>
background-color css
<style>
a { background-color: #9439EC; }
a { background-color: rgb(148,57,236); }
div.DivClassName
{
background-color: #9439EC;
}
.BgClassName
{
background-color: #9439EC;
}
</style>
border-color css
<style>
span { border-color: #9439EC; }
span { border-color: rgb(148,57,236); }
td.TdClassName
{
border-color: #9439EC;
}
.TagClassName
{
border-color: #9439EC;
}
</style>