Shades of Blue Violet #873FFA
Tints of Blue Violet #873FFA
RGB
CMYK
RGB Variations
Color information
#873FFA (or 0x873FFA) is known color: Blue Violet. HEX triplet: 87, 3F and FA. RGB value is (135,63,250). Sum of RGB (Red+Green+Blue) = 135+63+250=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #873FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FFA is #78C005. Grayscale: #696969. Windows color (decimal): -7913478 or 16400263. OLE color: 16400263.
HSL color Cylindrical-coordinate representation of color #873FFA: hue angle of 263.1º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873FFA is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 63 | 250 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.02 |
| HSL | 263.1º | 0.95% | 0.61% | - |
| HSV(B) | 263.1º | 0.75% | 0.98% | - |
| XYZ | 29.02 | 15.61 | 91.93 | - |
| YUV | 105.85 | 209.35 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 250 | 0.46 | 0.75 | 0 | 0.02 | 263.1 | 0.95 | 0.61 |
| Hex | 87 | 3F | FA | 2E | 4B | 0 | 2 | 107 | 5F | 3D |
| Octal | 207 | 77 | 372 | 56 | 113 | 0 | 2 | 407 | 137 | 75 |
| Binary | 10000111 | 111111 | 11111010 | 101110 | 1001011 | 0 | 10 | 100000111 | 1011111 | 111101 |
Color Harmonies of #873FFA
Complementary color
Monochromatic Colors of #873FFA
Black with #873FFA
Text Example
Text Example
White with #873FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FFA; }
p { color: rgb(135,63,250); }
H1.HeaderClassName
{
color: #873FFA;
}
.AnyTagClassName
{
color: #873FFA;
}
</style>
background-color css
<style>
a { background-color: #873FFA; }
a { background-color: rgb(135,63,250); }
div.DivClassName
{
background-color: #873FFA;
}
.BgClassName
{
background-color: #873FFA;
}
</style>
border-color css
<style>
span { border-color: #873FFA; }
span { border-color: rgb(135,63,250); }
td.TdClassName
{
border-color: #873FFA;
}
.TagClassName
{
border-color: #873FFA;
}
</style>