Shades of Blue Violet #940CFB
Tints of Blue Violet #940CFB
RGB
CMYK
RGB Variations
Color information
#940CFB (or 0x940CFB) is known color: Blue Violet. HEX triplet: 94, 0C and FB. RGB value is (148,12,251). Sum of RGB (Red+Green+Blue) = 148+12+251=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 12 (5.08% from 255 or 2.92% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #940CFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940CFB is #6BF304. Grayscale: #4F4F4F. Windows color (decimal): -7074565 or 16452756. OLE color: 16452756.
HSL color Cylindrical-coordinate representation of color #940CFB: hue angle of 274.14º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #940CFB is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 12 | 251 | - |
| CMYK | 0.41 | 0.95 | 0 | 0.02 |
| HSL | 274.14º | 0.97% | 0.52% | - |
| HSV(B) | 274.14º | 0.95% | 0.98% | - |
| XYZ | 29.76 | 13.52 | 92.31 | - |
| YUV | 79.91 | 224.56 | 176.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 12 | 251 | 0.41 | 0.95 | 0 | 0.02 | 274.14 | 0.97 | 0.52 |
| Hex | 94 | C | FB | 29 | 5F | 0 | 2 | 112 | 61 | 34 |
| Octal | 224 | 14 | 373 | 51 | 137 | 0 | 2 | 422 | 141 | 64 |
| Binary | 10010100 | 1100 | 11111011 | 101001 | 1011111 | 0 | 10 | 100010010 | 1100001 | 110100 |
Color Harmonies of #940CFB
Complementary color
Monochromatic Colors of #940CFB
Black with #940CFB
Text Example
Text Example
White with #940CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940CFB; }
p { color: rgb(148,12,251); }
H1.HeaderClassName
{
color: #940CFB;
}
.AnyTagClassName
{
color: #940CFB;
}
</style>
background-color css
<style>
a { background-color: #940CFB; }
a { background-color: rgb(148,12,251); }
div.DivClassName
{
background-color: #940CFB;
}
.BgClassName
{
background-color: #940CFB;
}
</style>
border-color css
<style>
span { border-color: #940CFB; }
span { border-color: rgb(148,12,251); }
td.TdClassName
{
border-color: #940CFB;
}
.TagClassName
{
border-color: #940CFB;
}
</style>