Shades of Blue Violet #941FE2
Tints of Blue Violet #941FE2
RGB
CMYK
RGB Variations
Color information
#941FE2 (or 0x941FE2) is known color: Blue Violet. HEX triplet: 94, 1F and E2. RGB value is (148,31,226). Sum of RGB (Red+Green+Blue) = 148+31+226=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 226 (88.67% from 255 or 55.80% from 405); Max value from RGB is 226 - color contains mainly: blue. Hex color #941FE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941FE2 is #6BE01D. Grayscale: #575757. Windows color (decimal): -7069726 or 14819220. OLE color: 14819220.
HSL color Cylindrical-coordinate representation of color #941FE2: hue angle of 276º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941FE2 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 148 | 31 | 226 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.11 |
| HSL | 276º | 0.77% | 0.5% | - |
| HSV(B) | 276º | 0.86% | 0.89% | - |
| XYZ | 26.43 | 12.77 | 73.02 | - |
| YUV | 88.21 | 205.76 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 31 | 226 | 0.35 | 0.86 | 0 | 0.11 | 276 | 0.77 | 0.5 |
| Hex | 94 | 1F | E2 | 23 | 56 | 0 | B | 114 | 4D | 32 |
| Octal | 224 | 37 | 342 | 43 | 126 | 0 | 13 | 424 | 115 | 62 |
| Binary | 10010100 | 11111 | 11100010 | 100011 | 1010110 | 0 | 1011 | 100010100 | 1001101 | 110010 |
Color Harmonies of #941FE2
Complementary color
Monochromatic Colors of #941FE2
Black with #941FE2
Text Example
Text Example
White with #941FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941FE2; }
p { color: rgb(148,31,226); }
H1.HeaderClassName
{
color: #941FE2;
}
.AnyTagClassName
{
color: #941FE2;
}
</style>
background-color css
<style>
a { background-color: #941FE2; }
a { background-color: rgb(148,31,226); }
div.DivClassName
{
background-color: #941FE2;
}
.BgClassName
{
background-color: #941FE2;
}
</style>
border-color css
<style>
span { border-color: #941FE2; }
span { border-color: rgb(148,31,226); }
td.TdClassName
{
border-color: #941FE2;
}
.TagClassName
{
border-color: #941FE2;
}
</style>