Shades of Blue Violet #842DF3
Tints of Blue Violet #842DF3
RGB
CMYK
RGB Variations
Color information
#842DF3 (or 0x842DF3) is known color: Blue Violet. HEX triplet: 84, 2D and F3. RGB value is (132,45,243). Sum of RGB (Red+Green+Blue) = 132+45+243=420 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.43% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #842DF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #842DF3 is #7BD20C. Grayscale: #5C5C5C. Windows color (decimal): -8114701 or 15936900. OLE color: 15936900.
HSL color Cylindrical-coordinate representation of color #842DF3: hue angle of 266.36º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #842DF3 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 45 | 243 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.05 |
| HSL | 266.36º | 0.89% | 0.56% | - |
| HSV(B) | 266.36º | 0.81% | 0.95% | - |
| XYZ | 26.63 | 13.25 | 85.95 | - |
| YUV | 93.59 | 212.32 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 243 | 0.46 | 0.81 | 0 | 0.05 | 266.36 | 0.89 | 0.56 |
| Hex | 84 | 2D | F3 | 2E | 51 | 0 | 5 | 10A | 59 | 38 |
| Octal | 204 | 55 | 363 | 56 | 121 | 0 | 5 | 412 | 131 | 70 |
| Binary | 10000100 | 101101 | 11110011 | 101110 | 1010001 | 0 | 101 | 100001010 | 1011001 | 111000 |
Color Harmonies of #842DF3
Complementary color
Monochromatic Colors of #842DF3
Black with #842DF3
Text Example
Text Example
White with #842DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842DF3; }
p { color: rgb(132,45,243); }
H1.HeaderClassName
{
color: #842DF3;
}
.AnyTagClassName
{
color: #842DF3;
}
</style>
background-color css
<style>
a { background-color: #842DF3; }
a { background-color: rgb(132,45,243); }
div.DivClassName
{
background-color: #842DF3;
}
.BgClassName
{
background-color: #842DF3;
}
</style>
border-color css
<style>
span { border-color: #842DF3; }
span { border-color: rgb(132,45,243); }
td.TdClassName
{
border-color: #842DF3;
}
.TagClassName
{
border-color: #842DF3;
}
</style>