Shades of Blue Violet #873AFE
Tints of Blue Violet #873AFE
RGB
CMYK
RGB Variations
Color information
#873AFE (or 0x873AFE) is known color: Blue Violet. HEX triplet: 87, 3A and FE. RGB value is (135,58,254). Sum of RGB (Red+Green+Blue) = 135+58+254=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #873AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873AFE is #78C501. Grayscale: #666666. Windows color (decimal): -7914754 or 16661127. OLE color: 16661127.
HSL color Cylindrical-coordinate representation of color #873AFE: hue angle of 263.57º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #873AFE is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 135 | 58 | 254 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.00 |
| HSL | 263.57º | 0.99% | 0.61% | - |
| HSV(B) | 263.57º | 0.77% | 1% | - |
| XYZ | 29.39 | 15.33 | 95.18 | - |
| YUV | 103.37 | 213.01 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 58 | 254 | 0.47 | 0.77 | 0 | 0.00 | 263.57 | 0.99 | 0.61 |
| Hex | 87 | 3A | FE | 2F | 4D | 0 | 0 | 108 | 63 | 3D |
| Octal | 207 | 72 | 376 | 57 | 115 | 0 | 0 | 410 | 143 | 75 |
| Binary | 10000111 | 111010 | 11111110 | 101111 | 1001101 | 0 | 0 | 100001000 | 1100011 | 111101 |
Color Harmonies of #873AFE
Complementary color
Monochromatic Colors of #873AFE
Black with #873AFE
Text Example
Text Example
White with #873AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873AFE; }
p { color: rgb(135,58,254); }
H1.HeaderClassName
{
color: #873AFE;
}
.AnyTagClassName
{
color: #873AFE;
}
</style>
background-color css
<style>
a { background-color: #873AFE; }
a { background-color: rgb(135,58,254); }
div.DivClassName
{
background-color: #873AFE;
}
.BgClassName
{
background-color: #873AFE;
}
</style>
border-color css
<style>
span { border-color: #873AFE; }
span { border-color: rgb(135,58,254); }
td.TdClassName
{
border-color: #873AFE;
}
.TagClassName
{
border-color: #873AFE;
}
</style>