Shades of Blue Violet #942FF2
Tints of Blue Violet #942FF2
RGB
CMYK
RGB Variations
Color information
#942FF2 (or 0x942FF2) is known color: Blue Violet. HEX triplet: 94, 2F and F2. RGB value is (148,47,242). Sum of RGB (Red+Green+Blue) = 148+47+242=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 47 (18.75% from 255 or 10.76% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #942FF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #942FF2 is #6BD00D. Grayscale: #626262. Windows color (decimal): -7065614 or 15871892. OLE color: 15871892.
HSL color Cylindrical-coordinate representation of color #942FF2: hue angle of 271.08º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #942FF2 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 47 | 242 | - |
| CMYK | 0.39 | 0.81 | 0 | 0.05 |
| HSL | 271.08º | 0.88% | 0.57% | - |
| HSV(B) | 271.08º | 0.81% | 0.95% | - |
| XYZ | 29.26 | 14.74 | 85.31 | - |
| YUV | 99.43 | 208.46 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 47 | 242 | 0.39 | 0.81 | 0 | 0.05 | 271.08 | 0.88 | 0.57 |
| Hex | 94 | 2F | F2 | 27 | 51 | 0 | 5 | 10F | 58 | 39 |
| Octal | 224 | 57 | 362 | 47 | 121 | 0 | 5 | 417 | 130 | 71 |
| Binary | 10010100 | 101111 | 11110010 | 100111 | 1010001 | 0 | 101 | 100001111 | 1011000 | 111001 |
Color Harmonies of #942FF2
Complementary color
Monochromatic Colors of #942FF2
Black with #942FF2
Text Example
Text Example
White with #942FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #942FF2; }
p { color: rgb(148,47,242); }
H1.HeaderClassName
{
color: #942FF2;
}
.AnyTagClassName
{
color: #942FF2;
}
</style>
background-color css
<style>
a { background-color: #942FF2; }
a { background-color: rgb(148,47,242); }
div.DivClassName
{
background-color: #942FF2;
}
.BgClassName
{
background-color: #942FF2;
}
</style>
border-color css
<style>
span { border-color: #942FF2; }
span { border-color: rgb(148,47,242); }
td.TdClassName
{
border-color: #942FF2;
}
.TagClassName
{
border-color: #942FF2;
}
</style>