Shades of Blue Violet #873DFC
Tints of Blue Violet #873DFC
RGB
CMYK
RGB Variations
Color information
#873DFC (or 0x873DFC) is known color: Blue Violet. HEX triplet: 87, 3D and FC. RGB value is (135,61,252). Sum of RGB (Red+Green+Blue) = 135+61+252=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 252 (98.83% from 255 or 56.25% from 448); Max value from RGB is 252 - color contains mainly: blue. Hex color #873DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #873DFC is #78C203. Grayscale: #686868. Windows color (decimal): -7913988 or 16530823. OLE color: 16530823.
HSL color Cylindrical-coordinate representation of color #873DFC: hue angle of 263.25º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #873DFC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 61 | 252 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.01 |
| HSL | 263.25º | 0.97% | 0.61% | - |
| HSV(B) | 263.25º | 0.76% | 0.99% | - |
| XYZ | 29.23 | 15.52 | 93.55 | - |
| YUV | 104.9 | 211.02 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 61 | 252 | 0.46 | 0.76 | 0 | 0.01 | 263.25 | 0.97 | 0.61 |
| Hex | 87 | 3D | FC | 2E | 4C | 0 | 1 | 107 | 61 | 3D |
| Octal | 207 | 75 | 374 | 56 | 114 | 0 | 1 | 407 | 141 | 75 |
| Binary | 10000111 | 111101 | 11111100 | 101110 | 1001100 | 0 | 1 | 100000111 | 1100001 | 111101 |
Color Harmonies of #873DFC
Complementary color
Monochromatic Colors of #873DFC
Black with #873DFC
Text Example
Text Example
White with #873DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873DFC; }
p { color: rgb(135,61,252); }
H1.HeaderClassName
{
color: #873DFC;
}
.AnyTagClassName
{
color: #873DFC;
}
</style>
background-color css
<style>
a { background-color: #873DFC; }
a { background-color: rgb(135,61,252); }
div.DivClassName
{
background-color: #873DFC;
}
.BgClassName
{
background-color: #873DFC;
}
</style>
border-color css
<style>
span { border-color: #873DFC; }
span { border-color: rgb(135,61,252); }
td.TdClassName
{
border-color: #873DFC;
}
.TagClassName
{
border-color: #873DFC;
}
</style>