Shades of Blue Violet #871ADE
Tints of Blue Violet #871ADE
RGB
CMYK
RGB Variations
Color information
#871ADE (or 0x871ADE) is known color: Blue Violet. HEX triplet: 87, 1A and DE. RGB value is (135,26,222). Sum of RGB (Red+Green+Blue) = 135+26+222=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #871ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ADE is #78E521. Grayscale: #505050. Windows color (decimal): -7922978 or 14555783. OLE color: 14555783.
HSL color Cylindrical-coordinate representation of color #871ADE: hue angle of 273.37º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871ADE is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 26 | 222 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.13 |
| HSL | 273.37º | 0.79% | 0.49% | - |
| HSV(B) | 273.37º | 0.88% | 0.87% | - |
| XYZ | 23.55 | 11.16 | 70.02 | - |
| YUV | 80.94 | 207.61 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 222 | 0.39 | 0.88 | 0 | 0.13 | 273.37 | 0.79 | 0.49 |
| Hex | 87 | 1A | DE | 27 | 58 | 0 | D | 111 | 4F | 31 |
| Octal | 207 | 32 | 336 | 47 | 130 | 0 | 15 | 421 | 117 | 61 |
| Binary | 10000111 | 11010 | 11011110 | 100111 | 1011000 | 0 | 1101 | 100010001 | 1001111 | 110001 |
Color Harmonies of #871ADE
Complementary color
Monochromatic Colors of #871ADE
Black with #871ADE
Text Example
Text Example
White with #871ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871ADE; }
p { color: rgb(135,26,222); }
H1.HeaderClassName
{
color: #871ADE;
}
.AnyTagClassName
{
color: #871ADE;
}
</style>
background-color css
<style>
a { background-color: #871ADE; }
a { background-color: rgb(135,26,222); }
div.DivClassName
{
background-color: #871ADE;
}
.BgClassName
{
background-color: #871ADE;
}
</style>
border-color css
<style>
span { border-color: #871ADE; }
span { border-color: rgb(135,26,222); }
td.TdClassName
{
border-color: #871ADE;
}
.TagClassName
{
border-color: #871ADE;
}
</style>