Shades of Blue Violet #941BE5
Tints of Blue Violet #941BE5
RGB
CMYK
RGB Variations
Color information
#941BE5 (or 0x941BE5) is known color: Blue Violet. HEX triplet: 94, 1B and E5. RGB value is (148,27,229). Sum of RGB (Red+Green+Blue) = 148+27+229=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 229 (89.84% from 255 or 56.68% from 404); Max value from RGB is 229 - color contains mainly: blue. Hex color #941BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941BE5 is #6BE41A. Grayscale: #555555. Windows color (decimal): -7070747 or 15014804. OLE color: 15014804.
HSL color Cylindrical-coordinate representation of color #941BE5: hue angle of 275.94º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941BE5 is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 27 | 229 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.10 |
| HSL | 275.94º | 0.8% | 0.5% | - |
| HSV(B) | 275.94º | 0.88% | 0.9% | - |
| XYZ | 26.75 | 12.74 | 75.18 | - |
| YUV | 86.21 | 208.59 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 27 | 229 | 0.35 | 0.88 | 0 | 0.10 | 275.94 | 0.8 | 0.5 |
| Hex | 94 | 1B | E5 | 23 | 58 | 0 | A | 114 | 50 | 32 |
| Octal | 224 | 33 | 345 | 43 | 130 | 0 | 12 | 424 | 120 | 62 |
| Binary | 10010100 | 11011 | 11100101 | 100011 | 1011000 | 0 | 1010 | 100010100 | 1010000 | 110010 |
Color Harmonies of #941BE5
Complementary color
Monochromatic Colors of #941BE5
Black with #941BE5
Text Example
Text Example
White with #941BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941BE5; }
p { color: rgb(148,27,229); }
H1.HeaderClassName
{
color: #941BE5;
}
.AnyTagClassName
{
color: #941BE5;
}
</style>
background-color css
<style>
a { background-color: #941BE5; }
a { background-color: rgb(148,27,229); }
div.DivClassName
{
background-color: #941BE5;
}
.BgClassName
{
background-color: #941BE5;
}
</style>
border-color css
<style>
span { border-color: #941BE5; }
span { border-color: rgb(148,27,229); }
td.TdClassName
{
border-color: #941BE5;
}
.TagClassName
{
border-color: #941BE5;
}
</style>