Shades of Blue Violet #942EEF
Tints of Blue Violet #942EEF
RGB
CMYK
RGB Variations
Color information
#942EEF (or 0x942EEF) is known color: Blue Violet. HEX triplet: 94, 2E and EF. RGB value is (148,46,239). Sum of RGB (Red+Green+Blue) = 148+46+239=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #942EEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942EEF is #6BD110. Grayscale: #616161. Windows color (decimal): -7065873 or 15675028. OLE color: 15675028.
HSL color Cylindrical-coordinate representation of color #942EEF: hue angle of 271.71º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942EEF is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 46 | 239 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.06 |
| HSL | 271.71º | 0.86% | 0.56% | - |
| HSV(B) | 271.71º | 0.81% | 0.94% | - |
| XYZ | 28.77 | 14.48 | 82.94 | - |
| YUV | 98.5 | 207.29 | 163.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 239 | 0.38 | 0.81 | 0 | 0.06 | 271.71 | 0.86 | 0.56 |
| Hex | 94 | 2E | EF | 26 | 51 | 0 | 6 | 110 | 56 | 38 |
| Octal | 224 | 56 | 357 | 46 | 121 | 0 | 6 | 420 | 126 | 70 |
| Binary | 10010100 | 101110 | 11101111 | 100110 | 1010001 | 0 | 110 | 100010000 | 1010110 | 111000 |
Color Harmonies of #942EEF
Complementary color
Monochromatic Colors of #942EEF
Black with #942EEF
Text Example
Text Example
White with #942EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942EEF; }
p { color: rgb(148,46,239); }
H1.HeaderClassName
{
color: #942EEF;
}
.AnyTagClassName
{
color: #942EEF;
}
</style>
background-color css
<style>
a { background-color: #942EEF; }
a { background-color: rgb(148,46,239); }
div.DivClassName
{
background-color: #942EEF;
}
.BgClassName
{
background-color: #942EEF;
}
</style>
border-color css
<style>
span { border-color: #942EEF; }
span { border-color: rgb(148,46,239); }
td.TdClassName
{
border-color: #942EEF;
}
.TagClassName
{
border-color: #942EEF;
}
</style>