Shades of Blue Violet #941CFA
Tints of Blue Violet #941CFA
RGB
CMYK
RGB Variations
Color information
#941CFA (or 0x941CFA) is known color: Blue Violet. HEX triplet: 94, 1C and FA. RGB value is (148,28,250). Sum of RGB (Red+Green+Blue) = 148+28+250=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 250 (98.05% from 255 or 58.69% from 426); Max value from RGB is 250 - color contains mainly: blue. Hex color #941CFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #941CFA is #6BE305. Grayscale: #585858. Windows color (decimal): -7070470 or 16391316. OLE color: 16391316.
HSL color Cylindrical-coordinate representation of color #941CFA: hue angle of 272.43º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #941CFA is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 28 | 250 | - |
| CMYK | 0.41 | 0.89 | 0 | 0.02 |
| HSL | 272.43º | 0.96% | 0.55% | - |
| HSV(B) | 272.43º | 0.89% | 0.98% | - |
| XYZ | 29.88 | 14.03 | 91.58 | - |
| YUV | 89.19 | 218.76 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 250 | 0.41 | 0.89 | 0 | 0.02 | 272.43 | 0.96 | 0.55 |
| Hex | 94 | 1C | FA | 29 | 59 | 0 | 2 | 110 | 60 | 37 |
| Octal | 224 | 34 | 372 | 51 | 131 | 0 | 2 | 420 | 140 | 67 |
| Binary | 10010100 | 11100 | 11111010 | 101001 | 1011001 | 0 | 10 | 100010000 | 1100000 | 110111 |
Color Harmonies of #941CFA
Complementary color
Monochromatic Colors of #941CFA
Black with #941CFA
Text Example
Text Example
White with #941CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941CFA; }
p { color: rgb(148,28,250); }
H1.HeaderClassName
{
color: #941CFA;
}
.AnyTagClassName
{
color: #941CFA;
}
</style>
background-color css
<style>
a { background-color: #941CFA; }
a { background-color: rgb(148,28,250); }
div.DivClassName
{
background-color: #941CFA;
}
.BgClassName
{
background-color: #941CFA;
}
</style>
border-color css
<style>
span { border-color: #941CFA; }
span { border-color: rgb(148,28,250); }
td.TdClassName
{
border-color: #941CFA;
}
.TagClassName
{
border-color: #941CFA;
}
</style>