Shades of Blue Violet #873EFE
Tints of Blue Violet #873EFE
RGB
CMYK
RGB Variations
Color information
#873EFE (or 0x873EFE) is known color: Blue Violet. HEX triplet: 87, 3E and FE. RGB value is (135,62,254). Sum of RGB (Red+Green+Blue) = 135+62+254=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 62 (24.61% from 255 or 13.75% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #873EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873EFE is #78C101. Grayscale: #696969. Windows color (decimal): -7913730 or 16662151. OLE color: 16662151.
HSL color Cylindrical-coordinate representation of color #873EFE: hue angle of 262.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873EFE is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 62 | 254 | - |
| CMYK | 0.47 | 0.76 | 0 | 0.00 |
| HSL | 262.81º | 0.99% | 0.62% | - |
| HSV(B) | 262.81º | 0.76% | 1% | - |
| XYZ | 29.6 | 15.75 | 95.25 | - |
| YUV | 105.72 | 211.68 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 254 | 0.47 | 0.76 | 0 | 0.00 | 262.81 | 0.99 | 0.62 |
| Hex | 87 | 3E | FE | 2F | 4C | 0 | 0 | 107 | 63 | 3E |
| Octal | 207 | 76 | 376 | 57 | 114 | 0 | 0 | 407 | 143 | 76 |
| Binary | 10000111 | 111110 | 11111110 | 101111 | 1001100 | 0 | 0 | 100000111 | 1100011 | 111110 |
Color Harmonies of #873EFE
Complementary color
Monochromatic Colors of #873EFE
Black with #873EFE
Text Example
Text Example
White with #873EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873EFE; }
p { color: rgb(135,62,254); }
H1.HeaderClassName
{
color: #873EFE;
}
.AnyTagClassName
{
color: #873EFE;
}
</style>
background-color css
<style>
a { background-color: #873EFE; }
a { background-color: rgb(135,62,254); }
div.DivClassName
{
background-color: #873EFE;
}
.BgClassName
{
background-color: #873EFE;
}
</style>
border-color css
<style>
span { border-color: #873EFE; }
span { border-color: rgb(135,62,254); }
td.TdClassName
{
border-color: #873EFE;
}
.TagClassName
{
border-color: #873EFE;
}
</style>