Shades of Blue Violet #943FEF
Tints of Blue Violet #943FEF
RGB
CMYK
RGB Variations
Color information
#943FEF (or 0x943FEF) is known color: Blue Violet. HEX triplet: 94, 3F and EF. RGB value is (148,63,239). Sum of RGB (Red+Green+Blue) = 148+63+239=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #943FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #943FEF is #6BC010. Grayscale: #6B6B6B. Windows color (decimal): -7061521 or 15679380. OLE color: 15679380.
HSL color Cylindrical-coordinate representation of color #943FEF: hue angle of 268.98º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #943FEF is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 63 | 239 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.06 |
| HSL | 268.98º | 0.85% | 0.59% | - |
| HSV(B) | 268.98º | 0.74% | 0.94% | - |
| XYZ | 29.57 | 16.08 | 83.21 | - |
| YUV | 108.48 | 201.66 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 63 | 239 | 0.38 | 0.74 | 0 | 0.06 | 268.98 | 0.85 | 0.59 |
| Hex | 94 | 3F | EF | 26 | 4A | 0 | 6 | 10D | 55 | 3B |
| Octal | 224 | 77 | 357 | 46 | 112 | 0 | 6 | 415 | 125 | 73 |
| Binary | 10010100 | 111111 | 11101111 | 100110 | 1001010 | 0 | 110 | 100001101 | 1010101 | 111011 |
Color Harmonies of #943FEF
Complementary color
Monochromatic Colors of #943FEF
Black with #943FEF
Text Example
Text Example
White with #943FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943FEF; }
p { color: rgb(148,63,239); }
H1.HeaderClassName
{
color: #943FEF;
}
.AnyTagClassName
{
color: #943FEF;
}
</style>
background-color css
<style>
a { background-color: #943FEF; }
a { background-color: rgb(148,63,239); }
div.DivClassName
{
background-color: #943FEF;
}
.BgClassName
{
background-color: #943FEF;
}
</style>
border-color css
<style>
span { border-color: #943FEF; }
span { border-color: rgb(148,63,239); }
td.TdClassName
{
border-color: #943FEF;
}
.TagClassName
{
border-color: #943FEF;
}
</style>