Shades of Blue Violet #942BEB
Tints of Blue Violet #942BEB
RGB
CMYK
RGB Variations
Color information
#942BEB (or 0x942BEB) is known color: Blue Violet. HEX triplet: 94, 2B and EB. RGB value is (148,43,235). Sum of RGB (Red+Green+Blue) = 148+43+235=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 43 (17.19% from 255 or 10.09% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #942BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942BEB is #6BD414. Grayscale: #5F5F5F. Windows color (decimal): -7066645 or 15412116. OLE color: 15412116.
HSL color Cylindrical-coordinate representation of color #942BEB: hue angle of 272.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #942BEB is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 43 | 235 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.08 |
| HSL | 272.81º | 0.83% | 0.55% | - |
| HSV(B) | 272.81º | 0.82% | 0.92% | - |
| XYZ | 28.07 | 14.02 | 79.82 | - |
| YUV | 96.28 | 206.29 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 43 | 235 | 0.37 | 0.82 | 0 | 0.08 | 272.81 | 0.83 | 0.55 |
| Hex | 94 | 2B | EB | 25 | 52 | 0 | 8 | 111 | 53 | 37 |
| Octal | 224 | 53 | 353 | 45 | 122 | 0 | 10 | 421 | 123 | 67 |
| Binary | 10010100 | 101011 | 11101011 | 100101 | 1010010 | 0 | 1000 | 100010001 | 1010011 | 110111 |
Color Harmonies of #942BEB
Complementary color
Monochromatic Colors of #942BEB
Black with #942BEB
Text Example
Text Example
White with #942BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942BEB; }
p { color: rgb(148,43,235); }
H1.HeaderClassName
{
color: #942BEB;
}
.AnyTagClassName
{
color: #942BEB;
}
</style>
background-color css
<style>
a { background-color: #942BEB; }
a { background-color: rgb(148,43,235); }
div.DivClassName
{
background-color: #942BEB;
}
.BgClassName
{
background-color: #942BEB;
}
</style>
border-color css
<style>
span { border-color: #942BEB; }
span { border-color: rgb(148,43,235); }
td.TdClassName
{
border-color: #942BEB;
}
.TagClassName
{
border-color: #942BEB;
}
</style>