Shades of Blue Violet #871ACC
Tints of Blue Violet #871ACC
RGB
CMYK
RGB Variations
Color information
#871ACC (or 0x871ACC) is known color: Blue Violet. HEX triplet: 87, 1A and CC. RGB value is (135,26,204). Sum of RGB (Red+Green+Blue) = 135+26+204=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #871ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871ACC is #78E533. Grayscale: #4E4E4E. Windows color (decimal): -7922996 or 13376135. OLE color: 13376135.
HSL color Cylindrical-coordinate representation of color #871ACC: hue angle of 276.74º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871ACC is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 26 | 204 | - |
| CMYK | 0.34 | 0.87 | 0 | 0.2 |
| HSL | 276.74º | 0.77% | 0.45% | - |
| HSV(B) | 276.74º | 0.87% | 0.8% | - |
| XYZ | 21.26 | 10.25 | 57.98 | - |
| YUV | 78.88 | 198.61 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 26 | 204 | 0.34 | 0.87 | 0 | 0.2 | 276.74 | 0.77 | 0.45 |
| Hex | 87 | 1A | CC | 22 | 57 | 0 | 14 | 115 | 4D | 2D |
| Octal | 207 | 32 | 314 | 42 | 127 | 0 | 24 | 425 | 115 | 55 |
| Binary | 10000111 | 11010 | 11001100 | 100010 | 1010111 | 0 | 10100 | 100010101 | 1001101 | 101101 |
Color Harmonies of #871ACC
Complementary color
Monochromatic Colors of #871ACC
Black with #871ACC
Text Example
Text Example
White with #871ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871ACC; }
p { color: rgb(135,26,204); }
H1.HeaderClassName
{
color: #871ACC;
}
.AnyTagClassName
{
color: #871ACC;
}
</style>
background-color css
<style>
a { background-color: #871ACC; }
a { background-color: rgb(135,26,204); }
div.DivClassName
{
background-color: #871ACC;
}
.BgClassName
{
background-color: #871ACC;
}
</style>
border-color css
<style>
span { border-color: #871ACC; }
span { border-color: rgb(135,26,204); }
td.TdClassName
{
border-color: #871ACC;
}
.TagClassName
{
border-color: #871ACC;
}
</style>