Shades of Blue Violet #873FFD
Tints of Blue Violet #873FFD
RGB
CMYK
RGB Variations
Color information
#873FFD (or 0x873FFD) is known color: Blue Violet. HEX triplet: 87, 3F and FD. RGB value is (135,63,253). Sum of RGB (Red+Green+Blue) = 135+63+253=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #873FFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FFD is #78C002. Grayscale: #696969. Windows color (decimal): -7913475 or 16596871. OLE color: 16596871.
HSL color Cylindrical-coordinate representation of color #873FFD: hue angle of 262.74º degrees, saturation: 0.98, 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 #873FFD is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 63 | 253 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.01 |
| HSL | 262.74º | 0.98% | 0.62% | - |
| HSV(B) | 262.74º | 0.75% | 0.99% | - |
| XYZ | 29.5 | 15.8 | 94.42 | - |
| YUV | 106.19 | 210.85 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 253 | 0.47 | 0.75 | 0 | 0.01 | 262.74 | 0.98 | 0.62 |
| Hex | 87 | 3F | FD | 2F | 4B | 0 | 1 | 107 | 62 | 3E |
| Octal | 207 | 77 | 375 | 57 | 113 | 0 | 1 | 407 | 142 | 76 |
| Binary | 10000111 | 111111 | 11111101 | 101111 | 1001011 | 0 | 1 | 100000111 | 1100010 | 111110 |
Color Harmonies of #873FFD
Complementary color
Monochromatic Colors of #873FFD
Black with #873FFD
Text Example
Text Example
White with #873FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FFD; }
p { color: rgb(135,63,253); }
H1.HeaderClassName
{
color: #873FFD;
}
.AnyTagClassName
{
color: #873FFD;
}
</style>
background-color css
<style>
a { background-color: #873FFD; }
a { background-color: rgb(135,63,253); }
div.DivClassName
{
background-color: #873FFD;
}
.BgClassName
{
background-color: #873FFD;
}
</style>
border-color css
<style>
span { border-color: #873FFD; }
span { border-color: rgb(135,63,253); }
td.TdClassName
{
border-color: #873FFD;
}
.TagClassName
{
border-color: #873FFD;
}
</style>