Shades of Blue Violet #942CEA
Tints of Blue Violet #942CEA
RGB
CMYK
RGB Variations
Color information
#942CEA (or 0x942CEA) is known color: Blue Violet. HEX triplet: 94, 2C and EA. RGB value is (148,44,234). Sum of RGB (Red+Green+Blue) = 148+44+234=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 44 (17.58% from 255 or 10.33% from 426); Blue value is 234 (91.80% from 255 or 54.93% from 426); Max value from RGB is 234 - color contains mainly: blue. Hex color #942CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942CEA is #6BD315. Grayscale: #606060. Windows color (decimal): -7066390 or 15346836. OLE color: 15346836.
HSL color Cylindrical-coordinate representation of color #942CEA: hue angle of 272.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942CEA is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 44 | 234 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.08 |
| HSL | 272.84º | 0.82% | 0.55% | - |
| HSV(B) | 272.84º | 0.81% | 0.92% | - |
| XYZ | 27.96 | 14.04 | 79.08 | - |
| YUV | 96.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 44 | 234 | 0.37 | 0.81 | 0 | 0.08 | 272.84 | 0.82 | 0.55 |
| Hex | 94 | 2C | EA | 25 | 51 | 0 | 8 | 111 | 52 | 37 |
| Octal | 224 | 54 | 352 | 45 | 121 | 0 | 10 | 421 | 122 | 67 |
| Binary | 10010100 | 101100 | 11101010 | 100101 | 1010001 | 0 | 1000 | 100010001 | 1010010 | 110111 |
Color Harmonies of #942CEA
Complementary color
Monochromatic Colors of #942CEA
Black with #942CEA
Text Example
Text Example
White with #942CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942CEA; }
p { color: rgb(148,44,234); }
H1.HeaderClassName
{
color: #942CEA;
}
.AnyTagClassName
{
color: #942CEA;
}
</style>
background-color css
<style>
a { background-color: #942CEA; }
a { background-color: rgb(148,44,234); }
div.DivClassName
{
background-color: #942CEA;
}
.BgClassName
{
background-color: #942CEA;
}
</style>
border-color css
<style>
span { border-color: #942CEA; }
span { border-color: rgb(148,44,234); }
td.TdClassName
{
border-color: #942CEA;
}
.TagClassName
{
border-color: #942CEA;
}
</style>