Shades of Blue Violet #940BFF
Tints of Blue Violet #940BFF
RGB
CMYK
RGB Variations
Color information
#940BFF (or 0x940BFF) is known color: Blue Violet. HEX triplet: 94, 0B and FF. RGB value is (148,11,255). Sum of RGB (Red+Green+Blue) = 148+11+255=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 11 (4.69% from 255 or 2.66% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #940BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #940BFF is #6BF400. Grayscale: #4E4E4E. Windows color (decimal): -7074817 or 16714644. OLE color: 16714644.
HSL color Cylindrical-coordinate representation of color #940BFF: hue angle of 273.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #940BFF is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 11 | 255 | - |
| CMYK | 0.42 | 0.96 | 0 | 0 |
| HSL | 273.69º | 1% | 0.52% | - |
| HSV(B) | 273.69º | 0.96% | 1% | - |
| XYZ | 30.38 | 13.76 | 95.66 | - |
| YUV | 79.78 | 226.89 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 11 | 255 | 0.42 | 0.96 | 0 | 0 | 273.69 | 1 | 0.52 |
| Hex | 94 | B | FF | 2A | 60 | 0 | 0 | 112 | 64 | 34 |
| Octal | 224 | 13 | 377 | 52 | 140 | 0 | 0 | 422 | 144 | 64 |
| Binary | 10010100 | 1011 | 11111111 | 101010 | 1100000 | 0 | 0 | 100010010 | 1100100 | 110100 |
Color Harmonies of #940BFF
Complementary color
Monochromatic Colors of #940BFF
Black with #940BFF
Text Example
Text Example
White with #940BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #940BFF; }
p { color: rgb(148,11,255); }
H1.HeaderClassName
{
color: #940BFF;
}
.AnyTagClassName
{
color: #940BFF;
}
</style>
background-color css
<style>
a { background-color: #940BFF; }
a { background-color: rgb(148,11,255); }
div.DivClassName
{
background-color: #940BFF;
}
.BgClassName
{
background-color: #940BFF;
}
</style>
border-color css
<style>
span { border-color: #940BFF; }
span { border-color: rgb(148,11,255); }
td.TdClassName
{
border-color: #940BFF;
}
.TagClassName
{
border-color: #940BFF;
}
</style>