Shades of True V #8761CF
Tints of True V #8761CF
RGB
CMYK
RGB Variations
Color information
#8761CF (or 0x8761CF) is known color: True V. HEX triplet: 87, 61 and CF. RGB value is (135,97,207). Sum of RGB (Red+Green+Blue) = 135+97+207=439 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.75% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #8761CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8761CF is #789E30. Grayscale: #787878. Windows color (decimal): -7904817 or 13590919. OLE color: 13590919.
HSL color Cylindrical-coordinate representation of color #8761CF: hue angle of 260.73º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8761CF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 97 | 207 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.19 |
| HSL | 260.73º | 0.53% | 0.6% | - |
| HSV(B) | 260.73º | 0.53% | 0.81% | - |
| XYZ | 25.53 | 18.21 | 61.2 | - |
| YUV | 120.9 | 176.59 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 207 | 0.35 | 0.53 | 0 | 0.19 | 260.73 | 0.53 | 0.6 |
| Hex | 87 | 61 | CF | 23 | 35 | 0 | 13 | 105 | 35 | 3C |
| Octal | 207 | 141 | 317 | 43 | 65 | 0 | 23 | 405 | 65 | 74 |
| Binary | 10000111 | 1100001 | 11001111 | 100011 | 110101 | 0 | 10011 | 100000101 | 110101 | 111100 |
Color Harmonies of #8761CF
Complementary color
Monochromatic Colors of #8761CF
Black with #8761CF
Text Example
Text Example
White with #8761CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8761CF; }
p { color: rgb(135,97,207); }
H1.HeaderClassName
{
color: #8761CF;
}
.AnyTagClassName
{
color: #8761CF;
}
</style>
background-color css
<style>
a { background-color: #8761CF; }
a { background-color: rgb(135,97,207); }
div.DivClassName
{
background-color: #8761CF;
}
.BgClassName
{
background-color: #8761CF;
}
</style>
border-color css
<style>
span { border-color: #8761CF; }
span { border-color: rgb(135,97,207); }
td.TdClassName
{
border-color: #8761CF;
}
.TagClassName
{
border-color: #8761CF;
}
</style>