Shades of Blue Violet #871CCC
Tints of Blue Violet #871CCC
RGB
CMYK
RGB Variations
Color information
#871CCC (or 0x871CCC) is known color: Blue Violet. HEX triplet: 87, 1C and CC. RGB value is (135,28,204). Sum of RGB (Red+Green+Blue) = 135+28+204=367 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.78% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #871CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #871CCC is #78E333. Grayscale: #4F4F4F. Windows color (decimal): -7922484 or 13376647. OLE color: 13376647.
HSL color Cylindrical-coordinate representation of color #871CCC: hue angle of 276.48º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871CCC is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 28 | 204 | - |
| CMYK | 0.34 | 0.86 | 0 | 0.2 |
| HSL | 276.48º | 0.76% | 0.45% | - |
| HSV(B) | 276.48º | 0.86% | 0.8% | - |
| XYZ | 21.31 | 10.34 | 58 | - |
| YUV | 80.06 | 197.95 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 28 | 204 | 0.34 | 0.86 | 0 | 0.2 | 276.48 | 0.76 | 0.45 |
| Hex | 87 | 1C | CC | 22 | 56 | 0 | 14 | 114 | 4C | 2D |
| Octal | 207 | 34 | 314 | 42 | 126 | 0 | 24 | 424 | 114 | 55 |
| Binary | 10000111 | 11100 | 11001100 | 100010 | 1010110 | 0 | 10100 | 100010100 | 1001100 | 101101 |
Color Harmonies of #871CCC
Complementary color
Monochromatic Colors of #871CCC
Black with #871CCC
Text Example
Text Example
White with #871CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #871CCC; }
p { color: rgb(135,28,204); }
H1.HeaderClassName
{
color: #871CCC;
}
.AnyTagClassName
{
color: #871CCC;
}
</style>
background-color css
<style>
a { background-color: #871CCC; }
a { background-color: rgb(135,28,204); }
div.DivClassName
{
background-color: #871CCC;
}
.BgClassName
{
background-color: #871CCC;
}
</style>
border-color css
<style>
span { border-color: #871CCC; }
span { border-color: rgb(135,28,204); }
td.TdClassName
{
border-color: #871CCC;
}
.TagClassName
{
border-color: #871CCC;
}
</style>