Shades of Blue Violet #940FF0
Tints of Blue Violet #940FF0
RGB
CMYK
RGB Variations
Color information
#940FF0 (or 0x940FF0) is known color: Blue Violet. HEX triplet: 94, 0F and F0. RGB value is (148,15,240). Sum of RGB (Red+Green+Blue) = 148+15+240=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #940FF0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FF0 is #6BF00F. Grayscale: #4F4F4F. Windows color (decimal): -7073808 or 15732628. OLE color: 15732628.
HSL color Cylindrical-coordinate representation of color #940FF0: hue angle of 275.47º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940FF0 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 15 | 240 | - |
| CMYK | 0.38 | 0.94 | 0 | 0.06 |
| HSL | 275.47º | 0.88% | 0.5% | - |
| HSV(B) | 275.47º | 0.94% | 0.94% | - |
| XYZ | 28.11 | 12.93 | 83.45 | - |
| YUV | 80.42 | 218.06 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 240 | 0.38 | 0.94 | 0 | 0.06 | 275.47 | 0.88 | 0.5 |
| Hex | 94 | F | F0 | 26 | 5E | 0 | 6 | 113 | 58 | 32 |
| Octal | 224 | 17 | 360 | 46 | 136 | 0 | 6 | 423 | 130 | 62 |
| Binary | 10010100 | 1111 | 11110000 | 100110 | 1011110 | 0 | 110 | 100010011 | 1011000 | 110010 |
Color Harmonies of #940FF0
Complementary color
Monochromatic Colors of #940FF0
Black with #940FF0
Text Example
Text Example
White with #940FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FF0; }
p { color: rgb(148,15,240); }
H1.HeaderClassName
{
color: #940FF0;
}
.AnyTagClassName
{
color: #940FF0;
}
</style>
background-color css
<style>
a { background-color: #940FF0; }
a { background-color: rgb(148,15,240); }
div.DivClassName
{
background-color: #940FF0;
}
.BgClassName
{
background-color: #940FF0;
}
</style>
border-color css
<style>
span { border-color: #940FF0; }
span { border-color: rgb(148,15,240); }
td.TdClassName
{
border-color: #940FF0;
}
.TagClassName
{
border-color: #940FF0;
}
</style>