Shades of Blue Violet #871CDE
Tints of Blue Violet #871CDE
RGB
CMYK
RGB Variations
Color information
#871CDE (or 0x871CDE) is known color: Blue Violet. HEX triplet: 87, 1C and DE. RGB value is (135,28,222). Sum of RGB (Red+Green+Blue) = 135+28+222=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #871CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CDE is #78E321. Grayscale: #515151. Windows color (decimal): -7922466 or 14556295. OLE color: 14556295.
HSL color Cylindrical-coordinate representation of color #871CDE: hue angle of 273.09º 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 #871CDE is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 28 | 222 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.13 |
| HSL | 273.09º | 0.78% | 0.49% | - |
| HSV(B) | 273.09º | 0.87% | 0.87% | - |
| XYZ | 23.59 | 11.26 | 70.04 | - |
| YUV | 82.11 | 206.95 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 222 | 0.39 | 0.87 | 0 | 0.13 | 273.09 | 0.78 | 0.49 |
| Hex | 87 | 1C | DE | 27 | 57 | 0 | D | 111 | 4E | 31 |
| Octal | 207 | 34 | 336 | 47 | 127 | 0 | 15 | 421 | 116 | 61 |
| Binary | 10000111 | 11100 | 11011110 | 100111 | 1010111 | 0 | 1101 | 100010001 | 1001110 | 110001 |
Color Harmonies of #871CDE
Complementary color
Monochromatic Colors of #871CDE
Black with #871CDE
Text Example
Text Example
White with #871CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CDE; }
p { color: rgb(135,28,222); }
H1.HeaderClassName
{
color: #871CDE;
}
.AnyTagClassName
{
color: #871CDE;
}
</style>
background-color css
<style>
a { background-color: #871CDE; }
a { background-color: rgb(135,28,222); }
div.DivClassName
{
background-color: #871CDE;
}
.BgClassName
{
background-color: #871CDE;
}
</style>
border-color css
<style>
span { border-color: #871CDE; }
span { border-color: rgb(135,28,222); }
td.TdClassName
{
border-color: #871CDE;
}
.TagClassName
{
border-color: #871CDE;
}
</style>