Shades of Blue Violet #943EEC
Tints of Blue Violet #943EEC
RGB
CMYK
RGB Variations
Color information
#943EEC (or 0x943EEC) is known color: Blue Violet. HEX triplet: 94, 3E and EC. RGB value is (148,62,236). Sum of RGB (Red+Green+Blue) = 148+62+236=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #943EEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943EEC is #6BC113. Grayscale: #6A6A6A. Windows color (decimal): -7061780 or 15482516. OLE color: 15482516.
HSL color Cylindrical-coordinate representation of color #943EEC: hue angle of 269.66º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943EEC is Cyan = 0.37, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 62 | 236 | - |
| CMYK | 0.37 | 0.74 | 0 | 0.07 |
| HSL | 269.66º | 0.82% | 0.58% | - |
| HSV(B) | 269.66º | 0.74% | 0.93% | - |
| XYZ | 29.08 | 15.8 | 80.87 | - |
| YUV | 107.55 | 200.49 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 62 | 236 | 0.37 | 0.74 | 0 | 0.07 | 269.66 | 0.82 | 0.58 |
| Hex | 94 | 3E | EC | 25 | 4A | 0 | 7 | 10E | 52 | 3A |
| Octal | 224 | 76 | 354 | 45 | 112 | 0 | 7 | 416 | 122 | 72 |
| Binary | 10010100 | 111110 | 11101100 | 100101 | 1001010 | 0 | 111 | 100001110 | 1010010 | 111010 |
Color Harmonies of #943EEC
Complementary color
Monochromatic Colors of #943EEC
Black with #943EEC
Text Example
Text Example
White with #943EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943EEC; }
p { color: rgb(148,62,236); }
H1.HeaderClassName
{
color: #943EEC;
}
.AnyTagClassName
{
color: #943EEC;
}
</style>
background-color css
<style>
a { background-color: #943EEC; }
a { background-color: rgb(148,62,236); }
div.DivClassName
{
background-color: #943EEC;
}
.BgClassName
{
background-color: #943EEC;
}
</style>
border-color css
<style>
span { border-color: #943EEC; }
span { border-color: rgb(148,62,236); }
td.TdClassName
{
border-color: #943EEC;
}
.TagClassName
{
border-color: #943EEC;
}
</style>