Shades of Blue Violet #873CFB
Tints of Blue Violet #873CFB
RGB
CMYK
RGB Variations
Color information
#873CFB (or 0x873CFB) is known color: Blue Violet. HEX triplet: 87, 3C and FB. RGB value is (135,60,251). Sum of RGB (Red+Green+Blue) = 135+60+251=446 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.27% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #873CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873CFB is #78C304. Grayscale: #676767. Windows color (decimal): -7914245 or 16465031. OLE color: 16465031.
HSL color Cylindrical-coordinate representation of color #873CFB: hue angle of 263.56º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873CFB is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 135 | 60 | 251 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.02 |
| HSL | 263.56º | 0.96% | 0.61% | - |
| HSV(B) | 263.56º | 0.76% | 0.98% | - |
| XYZ | 29.02 | 15.35 | 92.7 | - |
| YUV | 104.2 | 210.85 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 251 | 0.46 | 0.76 | 0 | 0.02 | 263.56 | 0.96 | 0.61 |
| Hex | 87 | 3C | FB | 2E | 4C | 0 | 2 | 108 | 60 | 3D |
| Octal | 207 | 74 | 373 | 56 | 114 | 0 | 2 | 410 | 140 | 75 |
| Binary | 10000111 | 111100 | 11111011 | 101110 | 1001100 | 0 | 10 | 100001000 | 1100000 | 111101 |
Color Harmonies of #873CFB
Complementary color
Monochromatic Colors of #873CFB
Black with #873CFB
Text Example
Text Example
White with #873CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CFB; }
p { color: rgb(135,60,251); }
H1.HeaderClassName
{
color: #873CFB;
}
.AnyTagClassName
{
color: #873CFB;
}
</style>
background-color css
<style>
a { background-color: #873CFB; }
a { background-color: rgb(135,60,251); }
div.DivClassName
{
background-color: #873CFB;
}
.BgClassName
{
background-color: #873CFB;
}
</style>
border-color css
<style>
span { border-color: #873CFB; }
span { border-color: rgb(135,60,251); }
td.TdClassName
{
border-color: #873CFB;
}
.TagClassName
{
border-color: #873CFB;
}
</style>