Shades of Blue Violet #871DD4
Tints of Blue Violet #871DD4
RGB
CMYK
RGB Variations
Color information
#871DD4 (or 0x871DD4) is known color: Blue Violet. HEX triplet: 87, 1D and D4. RGB value is (135,29,212). Sum of RGB (Red+Green+Blue) = 135+29+212=376 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.90% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 212 (83.20% from 255 or 56.38% from 376); Max value from RGB is 212 - color contains mainly: blue. Hex color #871DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871DD4 is #78E22B. Grayscale: #505050. Windows color (decimal): -7922220 or 13901191. OLE color: 13901191.
HSL color Cylindrical-coordinate representation of color #871DD4: hue angle of 274.75º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871DD4 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 29 | 212 | - |
| CMYK | 0.36 | 0.86 | 0 | 0.17 |
| HSL | 274.75º | 0.76% | 0.47% | - |
| HSV(B) | 274.75º | 0.86% | 0.83% | - |
| XYZ | 22.31 | 10.78 | 63.19 | - |
| YUV | 81.56 | 201.62 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 29 | 212 | 0.36 | 0.86 | 0 | 0.17 | 274.75 | 0.76 | 0.47 |
| Hex | 87 | 1D | D4 | 24 | 56 | 0 | 11 | 113 | 4C | 2F |
| Octal | 207 | 35 | 324 | 44 | 126 | 0 | 21 | 423 | 114 | 57 |
| Binary | 10000111 | 11101 | 11010100 | 100100 | 1010110 | 0 | 10001 | 100010011 | 1001100 | 101111 |
Color Harmonies of #871DD4
Complementary color
Monochromatic Colors of #871DD4
Black with #871DD4
Text Example
Text Example
White with #871DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871DD4; }
p { color: rgb(135,29,212); }
H1.HeaderClassName
{
color: #871DD4;
}
.AnyTagClassName
{
color: #871DD4;
}
</style>
background-color css
<style>
a { background-color: #871DD4; }
a { background-color: rgb(135,29,212); }
div.DivClassName
{
background-color: #871DD4;
}
.BgClassName
{
background-color: #871DD4;
}
</style>
border-color css
<style>
span { border-color: #871DD4; }
span { border-color: rgb(135,29,212); }
td.TdClassName
{
border-color: #871DD4;
}
.TagClassName
{
border-color: #871DD4;
}
</style>