Shades of Blue Violet #941CE0
Tints of Blue Violet #941CE0
RGB
CMYK
RGB Variations
Color information
#941CE0 (or 0x941CE0) is known color: Blue Violet. HEX triplet: 94, 1C and E0. RGB value is (148,28,224). Sum of RGB (Red+Green+Blue) = 148+28+224=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 28 (11.33% from 255 or 7% from 400); Blue value is 224 (87.89% from 255 or 56% from 400); Max value from RGB is 224 - color contains mainly: blue. Hex color #941CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #941CE0 is #6BE31F. Grayscale: #555555. Windows color (decimal): -7070496 or 14687380. OLE color: 14687380.
HSL color Cylindrical-coordinate representation of color #941CE0: hue angle of 276.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #941CE0 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 148 | 28 | 224 | - |
| CMYK | 0.34 | 0.88 | 0 | 0.12 |
| HSL | 276.73º | 0.78% | 0.49% | - |
| HSV(B) | 276.73º | 0.88% | 0.88% | - |
| XYZ | 26.08 | 12.51 | 71.56 | - |
| YUV | 86.22 | 205.76 | 172.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 28 | 224 | 0.34 | 0.88 | 0 | 0.12 | 276.73 | 0.78 | 0.49 |
| Hex | 94 | 1C | E0 | 22 | 58 | 0 | C | 115 | 4E | 31 |
| Octal | 224 | 34 | 340 | 42 | 130 | 0 | 14 | 425 | 116 | 61 |
| Binary | 10010100 | 11100 | 11100000 | 100010 | 1011000 | 0 | 1100 | 100010101 | 1001110 | 110001 |
Color Harmonies of #941CE0
Complementary color
Monochromatic Colors of #941CE0
Black with #941CE0
Text Example
Text Example
White with #941CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #941CE0; }
p { color: rgb(148,28,224); }
H1.HeaderClassName
{
color: #941CE0;
}
.AnyTagClassName
{
color: #941CE0;
}
</style>
background-color css
<style>
a { background-color: #941CE0; }
a { background-color: rgb(148,28,224); }
div.DivClassName
{
background-color: #941CE0;
}
.BgClassName
{
background-color: #941CE0;
}
</style>
border-color css
<style>
span { border-color: #941CE0; }
span { border-color: rgb(148,28,224); }
td.TdClassName
{
border-color: #941CE0;
}
.TagClassName
{
border-color: #941CE0;
}
</style>