Shades of Blue Violet #943CEF
Tints of Blue Violet #943CEF
RGB
CMYK
RGB Variations
Color information
#943CEF (or 0x943CEF) is known color: Blue Violet. HEX triplet: 94, 3C and EF. RGB value is (148,60,239). Sum of RGB (Red+Green+Blue) = 148+60+239=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #943CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943CEF is #6BC310. Grayscale: #6A6A6A. Windows color (decimal): -7062289 or 15678612. OLE color: 15678612.
HSL color Cylindrical-coordinate representation of color #943CEF: hue angle of 269.5º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #943CEF is Cyan = 0.38, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 60 | 239 | - |
| CMYK | 0.38 | 0.75 | 0 | 0.06 |
| HSL | 269.5º | 0.85% | 0.59% | - |
| HSV(B) | 269.5º | 0.75% | 0.94% | - |
| XYZ | 29.41 | 15.76 | 83.15 | - |
| YUV | 106.72 | 202.65 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 60 | 239 | 0.38 | 0.75 | 0 | 0.06 | 269.5 | 0.85 | 0.59 |
| Hex | 94 | 3C | EF | 26 | 4B | 0 | 6 | 10D | 55 | 3B |
| Octal | 224 | 74 | 357 | 46 | 113 | 0 | 6 | 415 | 125 | 73 |
| Binary | 10010100 | 111100 | 11101111 | 100110 | 1001011 | 0 | 110 | 100001101 | 1010101 | 111011 |
Color Harmonies of #943CEF
Complementary color
Monochromatic Colors of #943CEF
Black with #943CEF
Text Example
Text Example
White with #943CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943CEF; }
p { color: rgb(148,60,239); }
H1.HeaderClassName
{
color: #943CEF;
}
.AnyTagClassName
{
color: #943CEF;
}
</style>
background-color css
<style>
a { background-color: #943CEF; }
a { background-color: rgb(148,60,239); }
div.DivClassName
{
background-color: #943CEF;
}
.BgClassName
{
background-color: #943CEF;
}
</style>
border-color css
<style>
span { border-color: #943CEF; }
span { border-color: rgb(148,60,239); }
td.TdClassName
{
border-color: #943CEF;
}
.TagClassName
{
border-color: #943CEF;
}
</style>