Shades of True V #8861CF
Tints of True V #8861CF
RGB
CMYK
RGB Variations
Color information
#8861CF (or 0x8861CF) is known color: True V. HEX triplet: 88, 61 and CF. RGB value is (136,97,207). Sum of RGB (Red+Green+Blue) = 136+97+207=440 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.91% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 207 - color contains mainly: blue. Hex color #8861CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861CF is #779E30. Grayscale: #787878. Windows color (decimal): -7839281 or 13590920. OLE color: 13590920.
HSL color Cylindrical-coordinate representation of color #8861CF: hue angle of 261.27º 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 #8861CF is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 97 | 207 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.19 |
| HSL | 261.27º | 0.53% | 0.6% | - |
| HSV(B) | 261.27º | 0.53% | 0.81% | - |
| XYZ | 25.69 | 18.29 | 61.21 | - |
| YUV | 121.2 | 176.42 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 207 | 0.34 | 0.53 | 0 | 0.19 | 261.27 | 0.53 | 0.6 |
| Hex | 88 | 61 | CF | 22 | 35 | 0 | 13 | 105 | 35 | 3C |
| Octal | 210 | 141 | 317 | 42 | 65 | 0 | 23 | 405 | 65 | 74 |
| Binary | 10001000 | 1100001 | 11001111 | 100010 | 110101 | 0 | 10011 | 100000101 | 110101 | 111100 |
Color Harmonies of #8861CF
Complementary color
Monochromatic Colors of #8861CF
Black with #8861CF
Text Example
Text Example
White with #8861CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8861CF; }
p { color: rgb(136,97,207); }
H1.HeaderClassName
{
color: #8861CF;
}
.AnyTagClassName
{
color: #8861CF;
}
</style>
background-color css
<style>
a { background-color: #8861CF; }
a { background-color: rgb(136,97,207); }
div.DivClassName
{
background-color: #8861CF;
}
.BgClassName
{
background-color: #8861CF;
}
</style>
border-color css
<style>
span { border-color: #8861CF; }
span { border-color: rgb(136,97,207); }
td.TdClassName
{
border-color: #8861CF;
}
.TagClassName
{
border-color: #8861CF;
}
</style>