Shades of True V #8860CF
Tints of True V #8860CF
RGB
CMYK
RGB Variations
Color information
#8860CF (or 0x8860CF) is known color: True V. HEX triplet: 88, 60 and CF. RGB value is (136,96,207). Sum of RGB (Red+Green+Blue) = 136+96+207=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 96 (37.89% from 255 or 21.87% 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 #8860CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860CF is #779F30. Grayscale: #787878. Windows color (decimal): -7839537 or 13590664. OLE color: 13590664.
HSL color Cylindrical-coordinate representation of color #8860CF: hue angle of 261.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8860CF is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 96 | 207 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.19 |
| HSL | 261.62º | 0.54% | 0.59% | - |
| HSV(B) | 261.62º | 0.54% | 0.81% | - |
| XYZ | 25.6 | 18.1 | 61.18 | - |
| YUV | 120.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 207 | 0.34 | 0.54 | 0 | 0.19 | 261.62 | 0.54 | 0.59 |
| Hex | 88 | 60 | CF | 22 | 36 | 0 | 13 | 106 | 36 | 3B |
| Octal | 210 | 140 | 317 | 42 | 66 | 0 | 23 | 406 | 66 | 73 |
| Binary | 10001000 | 1100000 | 11001111 | 100010 | 110110 | 0 | 10011 | 100000110 | 110110 | 111011 |
Color Harmonies of #8860CF
Complementary color
Monochromatic Colors of #8860CF
Black with #8860CF
Text Example
Text Example
White with #8860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8860CF; }
p { color: rgb(136,96,207); }
H1.HeaderClassName
{
color: #8860CF;
}
.AnyTagClassName
{
color: #8860CF;
}
</style>
background-color css
<style>
a { background-color: #8860CF; }
a { background-color: rgb(136,96,207); }
div.DivClassName
{
background-color: #8860CF;
}
.BgClassName
{
background-color: #8860CF;
}
</style>
border-color css
<style>
span { border-color: #8860CF; }
span { border-color: rgb(136,96,207); }
td.TdClassName
{
border-color: #8860CF;
}
.TagClassName
{
border-color: #8860CF;
}
</style>