Shades of Blue Violet #873EFF
Tints of Blue Violet #873EFF
RGB
CMYK
RGB Variations
Color information
#873EFF (or 0x873EFF) is known color: Blue Violet. HEX triplet: 87, 3E and FF. RGB value is (135,62,255). Sum of RGB (Red+Green+Blue) = 135+62+255=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 62 (24.61% from 255 or 13.72% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #873EFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873EFF is #78C100. Grayscale: #696969. Windows color (decimal): -7913729 or 16727687. OLE color: 16727687.
HSL color Cylindrical-coordinate representation of color #873EFF: hue angle of 262.69º 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 #873EFF is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 62 | 255 | - |
| CMYK | 0.47 | 0.76 | 0 | 0 |
| HSL | 262.69º | 1% | 0.62% | - |
| HSV(B) | 262.69º | 0.76% | 1% | - |
| XYZ | 29.76 | 15.82 | 96.09 | - |
| YUV | 105.83 | 212.18 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 255 | 0.47 | 0.76 | 0 | 0 | 262.69 | 1 | 0.62 |
| Hex | 87 | 3E | FF | 2F | 4C | 0 | 0 | 107 | 64 | 3E |
| Octal | 207 | 76 | 377 | 57 | 114 | 0 | 0 | 407 | 144 | 76 |
| Binary | 10000111 | 111110 | 11111111 | 101111 | 1001100 | 0 | 0 | 100000111 | 1100100 | 111110 |
Color Harmonies of #873EFF
Complementary color
Monochromatic Colors of #873EFF
Black with #873EFF
Text Example
Text Example
White with #873EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873EFF; }
p { color: rgb(135,62,255); }
H1.HeaderClassName
{
color: #873EFF;
}
.AnyTagClassName
{
color: #873EFF;
}
</style>
background-color css
<style>
a { background-color: #873EFF; }
a { background-color: rgb(135,62,255); }
div.DivClassName
{
background-color: #873EFF;
}
.BgClassName
{
background-color: #873EFF;
}
</style>
border-color css
<style>
span { border-color: #873EFF; }
span { border-color: rgb(135,62,255); }
td.TdClassName
{
border-color: #873EFF;
}
.TagClassName
{
border-color: #873EFF;
}
</style>