Shades of Blue Violet #942BEE
Tints of Blue Violet #942BEE
RGB
CMYK
RGB Variations
Color information
#942BEE (or 0x942BEE) is known color: Blue Violet. HEX triplet: 94, 2B and EE. RGB value is (148,43,238). Sum of RGB (Red+Green+Blue) = 148+43+238=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #942BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942BEE is #6BD411. Grayscale: #5F5F5F. Windows color (decimal): -7066642 or 15608724. OLE color: 15608724.
HSL color Cylindrical-coordinate representation of color #942BEE: hue angle of 272.31º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #942BEE is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 43 | 238 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.07 |
| HSL | 272.31º | 0.85% | 0.55% | - |
| HSV(B) | 272.31º | 0.82% | 0.93% | - |
| XYZ | 28.51 | 14.2 | 82.13 | - |
| YUV | 96.63 | 207.79 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 238 | 0.38 | 0.82 | 0 | 0.07 | 272.31 | 0.85 | 0.55 |
| Hex | 94 | 2B | EE | 26 | 52 | 0 | 7 | 110 | 55 | 37 |
| Octal | 224 | 53 | 356 | 46 | 122 | 0 | 7 | 420 | 125 | 67 |
| Binary | 10010100 | 101011 | 11101110 | 100110 | 1010010 | 0 | 111 | 100010000 | 1010101 | 110111 |
Color Harmonies of #942BEE
Complementary color
Monochromatic Colors of #942BEE
Black with #942BEE
Text Example
Text Example
White with #942BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BEE; }
p { color: rgb(148,43,238); }
H1.HeaderClassName
{
color: #942BEE;
}
.AnyTagClassName
{
color: #942BEE;
}
</style>
background-color css
<style>
a { background-color: #942BEE; }
a { background-color: rgb(148,43,238); }
div.DivClassName
{
background-color: #942BEE;
}
.BgClassName
{
background-color: #942BEE;
}
</style>
border-color css
<style>
span { border-color: #942BEE; }
span { border-color: rgb(148,43,238); }
td.TdClassName
{
border-color: #942BEE;
}
.TagClassName
{
border-color: #942BEE;
}
</style>