Shades of Blue Violet #942FEE
Tints of Blue Violet #942FEE
RGB
CMYK
RGB Variations
Color information
#942FEE (or 0x942FEE) is known color: Blue Violet. HEX triplet: 94, 2F and EE. RGB value is (148,47,238). Sum of RGB (Red+Green+Blue) = 148+47+238=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 47 (18.75% from 255 or 10.85% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #942FEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942FEE is #6BD011. Grayscale: #626262. Windows color (decimal): -7065618 or 15609748. OLE color: 15609748.
HSL color Cylindrical-coordinate representation of color #942FEE: hue angle of 271.73º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942FEE is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 47 | 238 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.07 |
| HSL | 271.73º | 0.85% | 0.56% | - |
| HSV(B) | 271.73º | 0.8% | 0.93% | - |
| XYZ | 28.66 | 14.5 | 82.18 | - |
| YUV | 98.97 | 206.46 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 238 | 0.38 | 0.80 | 0 | 0.07 | 271.73 | 0.85 | 0.56 |
| Hex | 94 | 2F | EE | 26 | 50 | 0 | 7 | 110 | 55 | 38 |
| Octal | 224 | 57 | 356 | 46 | 120 | 0 | 7 | 420 | 125 | 70 |
| Binary | 10010100 | 101111 | 11101110 | 100110 | 1010000 | 0 | 111 | 100010000 | 1010101 | 111000 |
Color Harmonies of #942FEE
Complementary color
Monochromatic Colors of #942FEE
Black with #942FEE
Text Example
Text Example
White with #942FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FEE; }
p { color: rgb(148,47,238); }
H1.HeaderClassName
{
color: #942FEE;
}
.AnyTagClassName
{
color: #942FEE;
}
</style>
background-color css
<style>
a { background-color: #942FEE; }
a { background-color: rgb(148,47,238); }
div.DivClassName
{
background-color: #942FEE;
}
.BgClassName
{
background-color: #942FEE;
}
</style>
border-color css
<style>
span { border-color: #942FEE; }
span { border-color: rgb(148,47,238); }
td.TdClassName
{
border-color: #942FEE;
}
.TagClassName
{
border-color: #942FEE;
}
</style>