Shades of Blue Violet #873BFD
Tints of Blue Violet #873BFD
RGB
CMYK
RGB Variations
Color information
#873BFD (or 0x873BFD) is known color: Blue Violet. HEX triplet: 87, 3B and FD. RGB value is (135,59,253). Sum of RGB (Red+Green+Blue) = 135+59+253=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 59 (23.44% from 255 or 13.20% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #873BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873BFD is #78C402. Grayscale: #676767. Windows color (decimal): -7914499 or 16595847. OLE color: 16595847.
HSL color Cylindrical-coordinate representation of color #873BFD: hue angle of 263.51º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #873BFD is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 59 | 253 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.01 |
| HSL | 263.51º | 0.98% | 0.61% | - |
| HSV(B) | 263.51º | 0.77% | 0.99% | - |
| XYZ | 29.29 | 15.37 | 94.35 | - |
| YUV | 103.84 | 212.18 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 59 | 253 | 0.47 | 0.77 | 0 | 0.01 | 263.51 | 0.98 | 0.61 |
| Hex | 87 | 3B | FD | 2F | 4D | 0 | 1 | 108 | 62 | 3D |
| Octal | 207 | 73 | 375 | 57 | 115 | 0 | 1 | 410 | 142 | 75 |
| Binary | 10000111 | 111011 | 11111101 | 101111 | 1001101 | 0 | 1 | 100001000 | 1100010 | 111101 |
Color Harmonies of #873BFD
Complementary color
Monochromatic Colors of #873BFD
Black with #873BFD
Text Example
Text Example
White with #873BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873BFD; }
p { color: rgb(135,59,253); }
H1.HeaderClassName
{
color: #873BFD;
}
.AnyTagClassName
{
color: #873BFD;
}
</style>
background-color css
<style>
a { background-color: #873BFD; }
a { background-color: rgb(135,59,253); }
div.DivClassName
{
background-color: #873BFD;
}
.BgClassName
{
background-color: #873BFD;
}
</style>
border-color css
<style>
span { border-color: #873BFD; }
span { border-color: rgb(135,59,253); }
td.TdClassName
{
border-color: #873BFD;
}
.TagClassName
{
border-color: #873BFD;
}
</style>