Shades of Blue Violet #942FFA
Tints of Blue Violet #942FFA
RGB
CMYK
RGB Variations
Color information
#942FFA (or 0x942FFA) is known color: Blue Violet. HEX triplet: 94, 2F and FA. RGB value is (148,47,250). Sum of RGB (Red+Green+Blue) = 148+47+250=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 47 (18.75% from 255 or 10.56% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #942FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942FFA is #6BD005. Grayscale: #636363. Windows color (decimal): -7065606 or 16396180. OLE color: 16396180.
HSL color Cylindrical-coordinate representation of color #942FFA: hue angle of 269.85º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942FFA is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 47 | 250 | - |
| CMYK | 0.41 | 0.81 | 0 | 0.02 |
| HSL | 269.85º | 0.95% | 0.58% | - |
| HSV(B) | 269.85º | 0.81% | 0.98% | - |
| XYZ | 30.48 | 15.23 | 91.78 | - |
| YUV | 100.34 | 212.46 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 250 | 0.41 | 0.81 | 0 | 0.02 | 269.85 | 0.95 | 0.58 |
| Hex | 94 | 2F | FA | 29 | 51 | 0 | 2 | 10E | 5F | 3A |
| Octal | 224 | 57 | 372 | 51 | 121 | 0 | 2 | 416 | 137 | 72 |
| Binary | 10010100 | 101111 | 11111010 | 101001 | 1010001 | 0 | 10 | 100001110 | 1011111 | 111010 |
Color Harmonies of #942FFA
Complementary color
Monochromatic Colors of #942FFA
Black with #942FFA
Text Example
Text Example
White with #942FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FFA; }
p { color: rgb(148,47,250); }
H1.HeaderClassName
{
color: #942FFA;
}
.AnyTagClassName
{
color: #942FFA;
}
</style>
background-color css
<style>
a { background-color: #942FFA; }
a { background-color: rgb(148,47,250); }
div.DivClassName
{
background-color: #942FFA;
}
.BgClassName
{
background-color: #942FFA;
}
</style>
border-color css
<style>
span { border-color: #942FFA; }
span { border-color: rgb(148,47,250); }
td.TdClassName
{
border-color: #942FFA;
}
.TagClassName
{
border-color: #942FFA;
}
</style>