Shades of Blue Violet #873EFC
Tints of Blue Violet #873EFC
RGB
CMYK
RGB Variations
Color information
#873EFC (or 0x873EFC) is known color: Blue Violet. HEX triplet: 87, 3E and FC. RGB value is (135,62,252). Sum of RGB (Red+Green+Blue) = 135+62+252=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #873EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873EFC is #78C103. Grayscale: #686868. Windows color (decimal): -7913732 or 16531079. OLE color: 16531079.
HSL color Cylindrical-coordinate representation of color #873EFC: hue angle of 263.05º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #873EFC is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 62 | 252 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.01 |
| HSL | 263.05º | 0.97% | 0.62% | - |
| HSV(B) | 263.05º | 0.75% | 0.99% | - |
| XYZ | 29.28 | 15.62 | 93.57 | - |
| YUV | 105.49 | 210.68 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 62 | 252 | 0.46 | 0.75 | 0 | 0.01 | 263.05 | 0.97 | 0.62 |
| Hex | 87 | 3E | FC | 2E | 4B | 0 | 1 | 107 | 61 | 3E |
| Octal | 207 | 76 | 374 | 56 | 113 | 0 | 1 | 407 | 141 | 76 |
| Binary | 10000111 | 111110 | 11111100 | 101110 | 1001011 | 0 | 1 | 100000111 | 1100001 | 111110 |
Color Harmonies of #873EFC
Complementary color
Monochromatic Colors of #873EFC
Black with #873EFC
Text Example
Text Example
White with #873EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873EFC; }
p { color: rgb(135,62,252); }
H1.HeaderClassName
{
color: #873EFC;
}
.AnyTagClassName
{
color: #873EFC;
}
</style>
background-color css
<style>
a { background-color: #873EFC; }
a { background-color: rgb(135,62,252); }
div.DivClassName
{
background-color: #873EFC;
}
.BgClassName
{
background-color: #873EFC;
}
</style>
border-color css
<style>
span { border-color: #873EFC; }
span { border-color: rgb(135,62,252); }
td.TdClassName
{
border-color: #873EFC;
}
.TagClassName
{
border-color: #873EFC;
}
</style>