Shades of Blue Violet #871BFD
Tints of Blue Violet #871BFD
RGB
CMYK
RGB Variations
Color information
#871BFD (or 0x871BFD) is known color: Blue Violet. HEX triplet: 87, 1B and FD. RGB value is (135,27,253). Sum of RGB (Red+Green+Blue) = 135+27+253=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 253 (99.22% from 255 or 60.96% from 415); Max value from RGB is 253 - color contains mainly: blue. Hex color #871BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #871BFD is #78E402. Grayscale: #545454. Windows color (decimal): -7922691 or 16587655. OLE color: 16587655.
HSL color Cylindrical-coordinate representation of color #871BFD: hue angle of 268.67º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #871BFD is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 135 | 27 | 253 | - |
| CMYK | 0.47 | 0.89 | 0 | 0.01 |
| HSL | 268.67º | 0.98% | 0.55% | - |
| HSV(B) | 268.67º | 0.89% | 0.99% | - |
| XYZ | 28.11 | 13.03 | 93.96 | - |
| YUV | 85.06 | 222.78 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 27 | 253 | 0.47 | 0.89 | 0 | 0.01 | 268.67 | 0.98 | 0.55 |
| Hex | 87 | 1B | FD | 2F | 59 | 0 | 1 | 10D | 62 | 37 |
| Octal | 207 | 33 | 375 | 57 | 131 | 0 | 1 | 415 | 142 | 67 |
| Binary | 10000111 | 11011 | 11111101 | 101111 | 1011001 | 0 | 1 | 100001101 | 1100010 | 110111 |
Color Harmonies of #871BFD
Complementary color
Monochromatic Colors of #871BFD
Black with #871BFD
Text Example
Text Example
White with #871BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871BFD; }
p { color: rgb(135,27,253); }
H1.HeaderClassName
{
color: #871BFD;
}
.AnyTagClassName
{
color: #871BFD;
}
</style>
background-color css
<style>
a { background-color: #871BFD; }
a { background-color: rgb(135,27,253); }
div.DivClassName
{
background-color: #871BFD;
}
.BgClassName
{
background-color: #871BFD;
}
</style>
border-color css
<style>
span { border-color: #871BFD; }
span { border-color: rgb(135,27,253); }
td.TdClassName
{
border-color: #871BFD;
}
.TagClassName
{
border-color: #871BFD;
}
</style>