Shades of Blue Violet #874DDF
Tints of Blue Violet #874DDF
RGB
CMYK
RGB Variations
Color information
#874DDF (or 0x874DDF) is known color: Blue Violet. HEX triplet: 87, 4D and DF. RGB value is (135,77,223). Sum of RGB (Red+Green+Blue) = 135+77+223=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #874DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DDF is #78B220. Grayscale: #6E6E6E. Windows color (decimal): -7909921 or 14634375. OLE color: 14634375.
HSL color Cylindrical-coordinate representation of color #874DDF: hue angle of 263.84º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #874DDF is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 77 | 223 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.13 |
| HSL | 263.84º | 0.7% | 0.59% | - |
| HSV(B) | 263.84º | 0.65% | 0.87% | - |
| XYZ | 25.96 | 15.79 | 71.49 | - |
| YUV | 110.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 223 | 0.39 | 0.65 | 0 | 0.13 | 263.84 | 0.7 | 0.59 |
| Hex | 87 | 4D | DF | 27 | 41 | 0 | D | 108 | 46 | 3B |
| Octal | 207 | 115 | 337 | 47 | 101 | 0 | 15 | 410 | 106 | 73 |
| Binary | 10000111 | 1001101 | 11011111 | 100111 | 1000001 | 0 | 1101 | 100001000 | 1000110 | 111011 |
Color Harmonies of #874DDF
Complementary color
Monochromatic Colors of #874DDF
Black with #874DDF
Text Example
Text Example
White with #874DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DDF; }
p { color: rgb(135,77,223); }
H1.HeaderClassName
{
color: #874DDF;
}
.AnyTagClassName
{
color: #874DDF;
}
</style>
background-color css
<style>
a { background-color: #874DDF; }
a { background-color: rgb(135,77,223); }
div.DivClassName
{
background-color: #874DDF;
}
.BgClassName
{
background-color: #874DDF;
}
</style>
border-color css
<style>
span { border-color: #874DDF; }
span { border-color: rgb(135,77,223); }
td.TdClassName
{
border-color: #874DDF;
}
.TagClassName
{
border-color: #874DDF;
}
</style>