Shades of Blue Violet #941FFF
Tints of Blue Violet #941FFF
RGB
CMYK
RGB Variations
Color information
#941FFF (or 0x941FFF) is known color: Blue Violet. HEX triplet: 94, 1F and FF. RGB value is (148,31,255). Sum of RGB (Red+Green+Blue) = 148+31+255=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #941FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #941FFF is #6BE000. Grayscale: #5A5A5A. Windows color (decimal): -7069697 or 16719764. OLE color: 16719764.
HSL color Cylindrical-coordinate representation of color #941FFF: hue angle of 271.34º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941FFF is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 31 | 255 | - |
| CMYK | 0.42 | 0.88 | 0 | 0 |
| HSL | 271.34º | 1% | 0.56% | - |
| HSV(B) | 271.34º | 0.88% | 1% | - |
| XYZ | 30.75 | 14.5 | 95.78 | - |
| YUV | 91.52 | 220.26 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 31 | 255 | 0.42 | 0.88 | 0 | 0 | 271.34 | 1 | 0.56 |
| Hex | 94 | 1F | FF | 2A | 58 | 0 | 0 | 10F | 64 | 38 |
| Octal | 224 | 37 | 377 | 52 | 130 | 0 | 0 | 417 | 144 | 70 |
| Binary | 10010100 | 11111 | 11111111 | 101010 | 1011000 | 0 | 0 | 100001111 | 1100100 | 111000 |
Color Harmonies of #941FFF
Complementary color
Monochromatic Colors of #941FFF
Black with #941FFF
Text Example
Text Example
White with #941FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941FFF; }
p { color: rgb(148,31,255); }
H1.HeaderClassName
{
color: #941FFF;
}
.AnyTagClassName
{
color: #941FFF;
}
</style>
background-color css
<style>
a { background-color: #941FFF; }
a { background-color: rgb(148,31,255); }
div.DivClassName
{
background-color: #941FFF;
}
.BgClassName
{
background-color: #941FFF;
}
</style>
border-color css
<style>
span { border-color: #941FFF; }
span { border-color: rgb(148,31,255); }
td.TdClassName
{
border-color: #941FFF;
}
.TagClassName
{
border-color: #941FFF;
}
</style>