Shades of Blue Violet #942AFB
Tints of Blue Violet #942AFB
RGB
CMYK
RGB Variations
Color information
#942AFB (or 0x942AFB) is known color: Blue Violet. HEX triplet: 94, 2A and FB. RGB value is (148,42,251). Sum of RGB (Red+Green+Blue) = 148+42+251=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 42 (16.80% from 255 or 9.52% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #942AFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942AFB is #6BD504. Grayscale: #606060. Windows color (decimal): -7066885 or 16460436. OLE color: 16460436.
HSL color Cylindrical-coordinate representation of color #942AFB: hue angle of 270.43º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #942AFB is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 42 | 251 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.02 |
| HSL | 270.43º | 0.96% | 0.57% | - |
| HSV(B) | 270.43º | 0.83% | 0.98% | - |
| XYZ | 30.45 | 14.92 | 92.54 | - |
| YUV | 97.52 | 214.62 | 164.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 42 | 251 | 0.41 | 0.83 | 0 | 0.02 | 270.43 | 0.96 | 0.57 |
| Hex | 94 | 2A | FB | 29 | 53 | 0 | 2 | 10E | 60 | 39 |
| Octal | 224 | 52 | 373 | 51 | 123 | 0 | 2 | 416 | 140 | 71 |
| Binary | 10010100 | 101010 | 11111011 | 101001 | 1010011 | 0 | 10 | 100001110 | 1100000 | 111001 |
Color Harmonies of #942AFB
Complementary color
Monochromatic Colors of #942AFB
Black with #942AFB
Text Example
Text Example
White with #942AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942AFB; }
p { color: rgb(148,42,251); }
H1.HeaderClassName
{
color: #942AFB;
}
.AnyTagClassName
{
color: #942AFB;
}
</style>
background-color css
<style>
a { background-color: #942AFB; }
a { background-color: rgb(148,42,251); }
div.DivClassName
{
background-color: #942AFB;
}
.BgClassName
{
background-color: #942AFB;
}
</style>
border-color css
<style>
span { border-color: #942AFB; }
span { border-color: rgb(148,42,251); }
td.TdClassName
{
border-color: #942AFB;
}
.TagClassName
{
border-color: #942AFB;
}
</style>