Shades of Blue Violet #871CDF
Tints of Blue Violet #871CDF
RGB
CMYK
RGB Variations
Color information
#871CDF (or 0x871CDF) is known color: Blue Violet. HEX triplet: 87, 1C and DF. RGB value is (135,28,223). Sum of RGB (Red+Green+Blue) = 135+28+223=386 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.97% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #871CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CDF is #78E320. Grayscale: #515151. Windows color (decimal): -7922465 or 14621831. OLE color: 14621831.
HSL color Cylindrical-coordinate representation of color #871CDF: hue angle of 272.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871CDF is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 28 | 223 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.13 |
| HSL | 272.92º | 0.78% | 0.49% | - |
| HSV(B) | 272.92º | 0.87% | 0.87% | - |
| XYZ | 23.73 | 11.31 | 70.74 | - |
| YUV | 82.22 | 207.45 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 223 | 0.39 | 0.87 | 0 | 0.13 | 272.92 | 0.78 | 0.49 |
| Hex | 87 | 1C | DF | 27 | 57 | 0 | D | 111 | 4E | 31 |
| Octal | 207 | 34 | 337 | 47 | 127 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10000111 | 11100 | 11011111 | 100111 | 1010111 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #871CDF
Complementary color
Monochromatic Colors of #871CDF
Black with #871CDF
Text Example
Text Example
White with #871CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CDF; }
p { color: rgb(135,28,223); }
H1.HeaderClassName
{
color: #871CDF;
}
.AnyTagClassName
{
color: #871CDF;
}
</style>
background-color css
<style>
a { background-color: #871CDF; }
a { background-color: rgb(135,28,223); }
div.DivClassName
{
background-color: #871CDF;
}
.BgClassName
{
background-color: #871CDF;
}
</style>
border-color css
<style>
span { border-color: #871CDF; }
span { border-color: rgb(135,28,223); }
td.TdClassName
{
border-color: #871CDF;
}
.TagClassName
{
border-color: #871CDF;
}
</style>