Shades of Blue Violet #940FFC
Tints of Blue Violet #940FFC
RGB
CMYK
RGB Variations
Color information
#940FFC (or 0x940FFC) is known color: Blue Violet. HEX triplet: 94, 0F and FC. RGB value is (148,15,252). Sum of RGB (Red+Green+Blue) = 148+15+252=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 15 (6.25% from 255 or 3.61% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #940FFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940FFC is #6BF003. Grayscale: #505050. Windows color (decimal): -7073796 or 16519060. OLE color: 16519060.
HSL color Cylindrical-coordinate representation of color #940FFC: hue angle of 273.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #940FFC is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 15 | 252 | - |
| CMYK | 0.41 | 0.94 | 0 | 0.01 |
| HSL | 273.67º | 0.98% | 0.52% | - |
| HSV(B) | 273.67º | 0.94% | 0.99% | - |
| XYZ | 29.95 | 13.67 | 93.15 | - |
| YUV | 81.79 | 224.06 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 15 | 252 | 0.41 | 0.94 | 0 | 0.01 | 273.67 | 0.98 | 0.52 |
| Hex | 94 | F | FC | 29 | 5E | 0 | 1 | 112 | 62 | 34 |
| Octal | 224 | 17 | 374 | 51 | 136 | 0 | 1 | 422 | 142 | 64 |
| Binary | 10010100 | 1111 | 11111100 | 101001 | 1011110 | 0 | 1 | 100010010 | 1100010 | 110100 |
Color Harmonies of #940FFC
Complementary color
Monochromatic Colors of #940FFC
Black with #940FFC
Text Example
Text Example
White with #940FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940FFC; }
p { color: rgb(148,15,252); }
H1.HeaderClassName
{
color: #940FFC;
}
.AnyTagClassName
{
color: #940FFC;
}
</style>
background-color css
<style>
a { background-color: #940FFC; }
a { background-color: rgb(148,15,252); }
div.DivClassName
{
background-color: #940FFC;
}
.BgClassName
{
background-color: #940FFC;
}
</style>
border-color css
<style>
span { border-color: #940FFC; }
span { border-color: rgb(148,15,252); }
td.TdClassName
{
border-color: #940FFC;
}
.TagClassName
{
border-color: #940FFC;
}
</style>