Shades of Blue Violet #942DFB
Tints of Blue Violet #942DFB
RGB
CMYK
RGB Variations
Color information
#942DFB (or 0x942DFB) is known color: Blue Violet. HEX triplet: 94, 2D and FB. RGB value is (148,45,251). Sum of RGB (Red+Green+Blue) = 148+45+251=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 45 (17.97% from 255 or 10.14% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #942DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942DFB is #6BD204. Grayscale: #626262. Windows color (decimal): -7066117 or 16461204. OLE color: 16461204.
HSL color Cylindrical-coordinate representation of color #942DFB: hue angle of 270º degrees, saturation: 0.96, 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 #942DFB is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 45 | 251 | - |
| CMYK | 0.41 | 0.82 | 0 | 0.02 |
| HSL | 270º | 0.96% | 0.58% | - |
| HSV(B) | 270º | 0.82% | 0.98% | - |
| XYZ | 30.56 | 15.14 | 92.58 | - |
| YUV | 99.28 | 213.62 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 45 | 251 | 0.41 | 0.82 | 0 | 0.02 | 270 | 0.96 | 0.58 |
| Hex | 94 | 2D | FB | 29 | 52 | 0 | 2 | 10E | 60 | 3A |
| Octal | 224 | 55 | 373 | 51 | 122 | 0 | 2 | 416 | 140 | 72 |
| Binary | 10010100 | 101101 | 11111011 | 101001 | 1010010 | 0 | 10 | 100001110 | 1100000 | 111010 |
Color Harmonies of #942DFB
Complementary color
Monochromatic Colors of #942DFB
Black with #942DFB
Text Example
Text Example
White with #942DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942DFB; }
p { color: rgb(148,45,251); }
H1.HeaderClassName
{
color: #942DFB;
}
.AnyTagClassName
{
color: #942DFB;
}
</style>
background-color css
<style>
a { background-color: #942DFB; }
a { background-color: rgb(148,45,251); }
div.DivClassName
{
background-color: #942DFB;
}
.BgClassName
{
background-color: #942DFB;
}
</style>
border-color css
<style>
span { border-color: #942DFB; }
span { border-color: rgb(148,45,251); }
td.TdClassName
{
border-color: #942DFB;
}
.TagClassName
{
border-color: #942DFB;
}
</style>