Shades of True V #8771CF
Tints of True V #8771CF
RGB
CMYK
RGB Variations
Color information
#8771CF (or 0x8771CF) is known color: True V. HEX triplet: 87, 71 and CF. RGB value is (135,113,207). Sum of RGB (Red+Green+Blue) = 135+113+207=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 113 (44.53% from 255 or 24.84% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #8771CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8771CF is #788E30. Grayscale: #818181. Windows color (decimal): -7900721 or 13595015. OLE color: 13595015.
HSL color Cylindrical-coordinate representation of color #8771CF: hue angle of 254.04º 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 #8771CF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 113 | 207 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.19 |
| HSL | 254.04º | 0.49% | 0.63% | - |
| HSV(B) | 254.04º | 0.45% | 0.81% | - |
| XYZ | 27.16 | 21.47 | 61.74 | - |
| YUV | 130.29 | 171.29 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 113 | 207 | 0.35 | 0.45 | 0 | 0.19 | 254.04 | 0.49 | 0.63 |
| Hex | 87 | 71 | CF | 23 | 2D | 0 | 13 | FE | 31 | 3F |
| Octal | 207 | 161 | 317 | 43 | 55 | 0 | 23 | 376 | 61 | 77 |
| Binary | 10000111 | 1110001 | 11001111 | 100011 | 101101 | 0 | 10011 | 11111110 | 110001 | 111111 |
Color Harmonies of #8771CF
Complementary color
Monochromatic Colors of #8771CF
Black with #8771CF
Text Example
Text Example
White with #8771CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8771CF; }
p { color: rgb(135,113,207); }
H1.HeaderClassName
{
color: #8771CF;
}
.AnyTagClassName
{
color: #8771CF;
}
</style>
background-color css
<style>
a { background-color: #8771CF; }
a { background-color: rgb(135,113,207); }
div.DivClassName
{
background-color: #8771CF;
}
.BgClassName
{
background-color: #8771CF;
}
</style>
border-color css
<style>
span { border-color: #8771CF; }
span { border-color: rgb(135,113,207); }
td.TdClassName
{
border-color: #8771CF;
}
.TagClassName
{
border-color: #8771CF;
}
</style>