Shades of Blue Violet #873AFF
Tints of Blue Violet #873AFF
RGB
CMYK
RGB Variations
Color information
#873AFF (or 0x873AFF) is known color: Blue Violet. HEX triplet: 87, 3A and FF. RGB value is (135,58,255). Sum of RGB (Red+Green+Blue) = 135+58+255=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #873AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873AFF is #78C500. Grayscale: #666666. Windows color (decimal): -7914753 or 16726663. OLE color: 16726663.
HSL color Cylindrical-coordinate representation of color #873AFF: hue angle of 263.45º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #873AFF is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 135 | 58 | 255 | - |
| CMYK | 0.47 | 0.77 | 0 | 0 |
| HSL | 263.45º | 1% | 0.61% | - |
| HSV(B) | 263.45º | 0.77% | 1% | - |
| XYZ | 29.55 | 15.4 | 96.02 | - |
| YUV | 103.48 | 213.51 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 255 | 0.47 | 0.77 | 0 | 0 | 263.45 | 1 | 0.61 |
| Hex | 87 | 3A | FF | 2F | 4D | 0 | 0 | 107 | 64 | 3D |
| Octal | 207 | 72 | 377 | 57 | 115 | 0 | 0 | 407 | 144 | 75 |
| Binary | 10000111 | 111010 | 11111111 | 101111 | 1001101 | 0 | 0 | 100000111 | 1100100 | 111101 |
Color Harmonies of #873AFF
Complementary color
Monochromatic Colors of #873AFF
Black with #873AFF
Text Example
Text Example
White with #873AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873AFF; }
p { color: rgb(135,58,255); }
H1.HeaderClassName
{
color: #873AFF;
}
.AnyTagClassName
{
color: #873AFF;
}
</style>
background-color css
<style>
a { background-color: #873AFF; }
a { background-color: rgb(135,58,255); }
div.DivClassName
{
background-color: #873AFF;
}
.BgClassName
{
background-color: #873AFF;
}
</style>
border-color css
<style>
span { border-color: #873AFF; }
span { border-color: rgb(135,58,255); }
td.TdClassName
{
border-color: #873AFF;
}
.TagClassName
{
border-color: #873AFF;
}
</style>