Shades of Blue Violet #942DFA
Tints of Blue Violet #942DFA
RGB
CMYK
RGB Variations
Color information
#942DFA (or 0x942DFA) is known color: Blue Violet. HEX triplet: 94, 2D and FA. RGB value is (148,45,250). Sum of RGB (Red+Green+Blue) = 148+45+250=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #942DFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942DFA is #6BD205. Grayscale: #626262. Windows color (decimal): -7066118 or 16395668. OLE color: 16395668.
HSL color Cylindrical-coordinate representation of color #942DFA: hue angle of 270.15º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #942DFA is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 45 | 250 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.02 |
| HSL | 270.15º | 0.95% | 0.58% | - |
| HSV(B) | 270.15º | 0.82% | 0.98% | - |
| XYZ | 30.41 | 15.07 | 91.75 | - |
| YUV | 99.17 | 213.12 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 250 | 0.41 | 0.82 | 0 | 0.02 | 270.15 | 0.95 | 0.58 |
| Hex | 94 | 2D | FA | 29 | 52 | 0 | 2 | 10E | 5F | 3A |
| Octal | 224 | 55 | 372 | 51 | 122 | 0 | 2 | 416 | 137 | 72 |
| Binary | 10010100 | 101101 | 11111010 | 101001 | 1010010 | 0 | 10 | 100001110 | 1011111 | 111010 |
Color Harmonies of #942DFA
Complementary color
Monochromatic Colors of #942DFA
Black with #942DFA
Text Example
Text Example
White with #942DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DFA; }
p { color: rgb(148,45,250); }
H1.HeaderClassName
{
color: #942DFA;
}
.AnyTagClassName
{
color: #942DFA;
}
</style>
background-color css
<style>
a { background-color: #942DFA; }
a { background-color: rgb(148,45,250); }
div.DivClassName
{
background-color: #942DFA;
}
.BgClassName
{
background-color: #942DFA;
}
</style>
border-color css
<style>
span { border-color: #942DFA; }
span { border-color: rgb(148,45,250); }
td.TdClassName
{
border-color: #942DFA;
}
.TagClassName
{
border-color: #942DFA;
}
</style>