Shades of Blue Violet #873FF3
Tints of Blue Violet #873FF3
RGB
CMYK
RGB Variations
Color information
#873FF3 (or 0x873FF3) is known color: Blue Violet. HEX triplet: 87, 3F and F3. RGB value is (135,63,243). Sum of RGB (Red+Green+Blue) = 135+63+243=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 63 (25% from 255 or 14.29% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #873FF3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873FF3 is #78C00C. Grayscale: #686868. Windows color (decimal): -7913485 or 15941511. OLE color: 15941511.
HSL color Cylindrical-coordinate representation of color #873FF3: hue angle of 264º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #873FF3 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 63 | 243 | - |
| CMYK | 0.44 | 0.74 | 0 | 0.05 |
| HSL | 264º | 0.88% | 0.6% | - |
| HSV(B) | 264º | 0.74% | 0.95% | - |
| XYZ | 27.95 | 15.18 | 86.25 | - |
| YUV | 105.05 | 205.85 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 243 | 0.44 | 0.74 | 0 | 0.05 | 264 | 0.88 | 0.6 |
| Hex | 87 | 3F | F3 | 2C | 4A | 0 | 5 | 108 | 58 | 3C |
| Octal | 207 | 77 | 363 | 54 | 112 | 0 | 5 | 410 | 130 | 74 |
| Binary | 10000111 | 111111 | 11110011 | 101100 | 1001010 | 0 | 101 | 100001000 | 1011000 | 111100 |
Color Harmonies of #873FF3
Complementary color
Monochromatic Colors of #873FF3
Black with #873FF3
Text Example
Text Example
White with #873FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FF3; }
p { color: rgb(135,63,243); }
H1.HeaderClassName
{
color: #873FF3;
}
.AnyTagClassName
{
color: #873FF3;
}
</style>
background-color css
<style>
a { background-color: #873FF3; }
a { background-color: rgb(135,63,243); }
div.DivClassName
{
background-color: #873FF3;
}
.BgClassName
{
background-color: #873FF3;
}
</style>
border-color css
<style>
span { border-color: #873FF3; }
span { border-color: rgb(135,63,243); }
td.TdClassName
{
border-color: #873FF3;
}
.TagClassName
{
border-color: #873FF3;
}
</style>