Shades of Blue Violet #942FEA
Tints of Blue Violet #942FEA
RGB
CMYK
RGB Variations
Color information
#942FEA (or 0x942FEA) is known color: Blue Violet. HEX triplet: 94, 2F and EA. RGB value is (148,47,234). Sum of RGB (Red+Green+Blue) = 148+47+234=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 47 (18.75% from 255 or 10.96% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #942FEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942FEA is #6BD015. Grayscale: #616161. Windows color (decimal): -7065622 or 15347604. OLE color: 15347604.
HSL color Cylindrical-coordinate representation of color #942FEA: hue angle of 272.41º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #942FEA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 148 | 47 | 234 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.08 |
| HSL | 272.41º | 0.82% | 0.55% | - |
| HSV(B) | 272.41º | 0.8% | 0.92% | - |
| XYZ | 28.08 | 14.27 | 79.12 | - |
| YUV | 98.52 | 204.46 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 234 | 0.37 | 0.80 | 0 | 0.08 | 272.41 | 0.82 | 0.55 |
| Hex | 94 | 2F | EA | 25 | 50 | 0 | 8 | 110 | 52 | 37 |
| Octal | 224 | 57 | 352 | 45 | 120 | 0 | 10 | 420 | 122 | 67 |
| Binary | 10010100 | 101111 | 11101010 | 100101 | 1010000 | 0 | 1000 | 100010000 | 1010010 | 110111 |
Color Harmonies of #942FEA
Complementary color
Monochromatic Colors of #942FEA
Black with #942FEA
Text Example
Text Example
White with #942FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FEA; }
p { color: rgb(148,47,234); }
H1.HeaderClassName
{
color: #942FEA;
}
.AnyTagClassName
{
color: #942FEA;
}
</style>
background-color css
<style>
a { background-color: #942FEA; }
a { background-color: rgb(148,47,234); }
div.DivClassName
{
background-color: #942FEA;
}
.BgClassName
{
background-color: #942FEA;
}
</style>
border-color css
<style>
span { border-color: #942FEA; }
span { border-color: rgb(148,47,234); }
td.TdClassName
{
border-color: #942FEA;
}
.TagClassName
{
border-color: #942FEA;
}
</style>