Shades of Blue Violet #873DFF
Tints of Blue Violet #873DFF
RGB
CMYK
RGB Variations
Color information
#873DFF (or 0x873DFF) is known color: Blue Violet. HEX triplet: 87, 3D and FF. RGB value is (135,61,255). Sum of RGB (Red+Green+Blue) = 135+61+255=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #873DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873DFF is #78C200. Grayscale: #686868. Windows color (decimal): -7913985 or 16727431. OLE color: 16727431.
HSL color Cylindrical-coordinate representation of color #873DFF: hue angle of 262.89º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873DFF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 61 | 255 | - |
| CMYK | 0.47 | 0.76 | 0 | 0 |
| HSL | 262.89º | 1% | 0.62% | - |
| HSV(B) | 262.89º | 0.76% | 1% | - |
| XYZ | 29.71 | 15.71 | 96.07 | - |
| YUV | 105.24 | 212.52 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 255 | 0.47 | 0.76 | 0 | 0 | 262.89 | 1 | 0.62 |
| Hex | 87 | 3D | FF | 2F | 4C | 0 | 0 | 107 | 64 | 3E |
| Octal | 207 | 75 | 377 | 57 | 114 | 0 | 0 | 407 | 144 | 76 |
| Binary | 10000111 | 111101 | 11111111 | 101111 | 1001100 | 0 | 0 | 100000111 | 1100100 | 111110 |
Color Harmonies of #873DFF
Complementary color
Monochromatic Colors of #873DFF
Black with #873DFF
Text Example
Text Example
White with #873DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DFF; }
p { color: rgb(135,61,255); }
H1.HeaderClassName
{
color: #873DFF;
}
.AnyTagClassName
{
color: #873DFF;
}
</style>
background-color css
<style>
a { background-color: #873DFF; }
a { background-color: rgb(135,61,255); }
div.DivClassName
{
background-color: #873DFF;
}
.BgClassName
{
background-color: #873DFF;
}
</style>
border-color css
<style>
span { border-color: #873DFF; }
span { border-color: rgb(135,61,255); }
td.TdClassName
{
border-color: #873DFF;
}
.TagClassName
{
border-color: #873DFF;
}
</style>