Shades of Blue Violet #873DFB
Tints of Blue Violet #873DFB
RGB
CMYK
RGB Variations
Color information
#873DFB (or 0x873DFB) is known color: Blue Violet. HEX triplet: 87, 3D and FB. RGB value is (135,61,251). Sum of RGB (Red+Green+Blue) = 135+61+251=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #873DFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873DFB is #78C204. Grayscale: #686868. Windows color (decimal): -7913989 or 16465287. OLE color: 16465287.
HSL color Cylindrical-coordinate representation of color #873DFB: hue angle of 263.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873DFB is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 61 | 251 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.02 |
| HSL | 263.37º | 0.96% | 0.61% | - |
| HSV(B) | 263.37º | 0.76% | 0.98% | - |
| XYZ | 29.07 | 15.45 | 92.72 | - |
| YUV | 104.79 | 210.52 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 251 | 0.46 | 0.76 | 0 | 0.02 | 263.37 | 0.96 | 0.61 |
| Hex | 87 | 3D | FB | 2E | 4C | 0 | 2 | 107 | 60 | 3D |
| Octal | 207 | 75 | 373 | 56 | 114 | 0 | 2 | 407 | 140 | 75 |
| Binary | 10000111 | 111101 | 11111011 | 101110 | 1001100 | 0 | 10 | 100000111 | 1100000 | 111101 |
Color Harmonies of #873DFB
Complementary color
Monochromatic Colors of #873DFB
Black with #873DFB
Text Example
Text Example
White with #873DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DFB; }
p { color: rgb(135,61,251); }
H1.HeaderClassName
{
color: #873DFB;
}
.AnyTagClassName
{
color: #873DFB;
}
</style>
background-color css
<style>
a { background-color: #873DFB; }
a { background-color: rgb(135,61,251); }
div.DivClassName
{
background-color: #873DFB;
}
.BgClassName
{
background-color: #873DFB;
}
</style>
border-color css
<style>
span { border-color: #873DFB; }
span { border-color: rgb(135,61,251); }
td.TdClassName
{
border-color: #873DFB;
}
.TagClassName
{
border-color: #873DFB;
}
</style>