Shades of Blue Violet #942EEE
Tints of Blue Violet #942EEE
RGB
CMYK
RGB Variations
Color information
#942EEE (or 0x942EEE) is known color: Blue Violet. HEX triplet: 94, 2E and EE. RGB value is (148,46,238). Sum of RGB (Red+Green+Blue) = 148+46+238=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #942EEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942EEE is #6BD111. Grayscale: #616161. Windows color (decimal): -7065874 or 15609492. OLE color: 15609492.
HSL color Cylindrical-coordinate representation of color #942EEE: hue angle of 271.88º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942EEE is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 46 | 238 | - |
| CMYK | 0.38 | 0.81 | 0 | 0.07 |
| HSL | 271.88º | 0.85% | 0.56% | - |
| HSV(B) | 271.88º | 0.81% | 0.93% | - |
| XYZ | 28.62 | 14.42 | 82.16 | - |
| YUV | 98.39 | 206.79 | 163.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 46 | 238 | 0.38 | 0.81 | 0 | 0.07 | 271.88 | 0.85 | 0.56 |
| Hex | 94 | 2E | EE | 26 | 51 | 0 | 7 | 110 | 55 | 38 |
| Octal | 224 | 56 | 356 | 46 | 121 | 0 | 7 | 420 | 125 | 70 |
| Binary | 10010100 | 101110 | 11101110 | 100110 | 1010001 | 0 | 111 | 100010000 | 1010101 | 111000 |
Color Harmonies of #942EEE
Complementary color
Monochromatic Colors of #942EEE
Black with #942EEE
Text Example
Text Example
White with #942EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942EEE; }
p { color: rgb(148,46,238); }
H1.HeaderClassName
{
color: #942EEE;
}
.AnyTagClassName
{
color: #942EEE;
}
</style>
background-color css
<style>
a { background-color: #942EEE; }
a { background-color: rgb(148,46,238); }
div.DivClassName
{
background-color: #942EEE;
}
.BgClassName
{
background-color: #942EEE;
}
</style>
border-color css
<style>
span { border-color: #942EEE; }
span { border-color: rgb(148,46,238); }
td.TdClassName
{
border-color: #942EEE;
}
.TagClassName
{
border-color: #942EEE;
}
</style>