Shades of True V #8771CE
Tints of True V #8771CE
RGB
CMYK
RGB Variations
Color information
#8771CE (or 0x8771CE) is known color: True V. HEX triplet: 87, 71 and CE. RGB value is (135,113,206). Sum of RGB (Red+Green+Blue) = 135+113+206=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 113 (44.53% from 255 or 24.89% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #8771CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771CE is #788E31. Grayscale: #818181. Windows color (decimal): -7900722 or 13529479. OLE color: 13529479.
HSL color Cylindrical-coordinate representation of color #8771CE: hue angle of 254.19º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8771CE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 113 | 206 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.19 |
| HSL | 254.19º | 0.49% | 0.63% | - |
| HSV(B) | 254.19º | 0.45% | 0.81% | - |
| XYZ | 27.04 | 21.42 | 61.1 | - |
| YUV | 130.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 206 | 0.34 | 0.45 | 0 | 0.19 | 254.19 | 0.49 | 0.63 |
| Hex | 87 | 71 | CE | 22 | 2D | 0 | 13 | FE | 31 | 3F |
| Octal | 207 | 161 | 316 | 42 | 55 | 0 | 23 | 376 | 61 | 77 |
| Binary | 10000111 | 1110001 | 11001110 | 100010 | 101101 | 0 | 10011 | 11111110 | 110001 | 111111 |
Color Harmonies of #8771CE
Complementary color
Monochromatic Colors of #8771CE
Black with #8771CE
Text Example
Text Example
White with #8771CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8771CE; }
p { color: rgb(135,113,206); }
H1.HeaderClassName
{
color: #8771CE;
}
.AnyTagClassName
{
color: #8771CE;
}
</style>
background-color css
<style>
a { background-color: #8771CE; }
a { background-color: rgb(135,113,206); }
div.DivClassName
{
background-color: #8771CE;
}
.BgClassName
{
background-color: #8771CE;
}
</style>
border-color css
<style>
span { border-color: #8771CE; }
span { border-color: rgb(135,113,206); }
td.TdClassName
{
border-color: #8771CE;
}
.TagClassName
{
border-color: #8771CE;
}
</style>