Shades of True V #8862CF
Tints of True V #8862CF
RGB
CMYK
RGB Variations
Color information
#8862CF (or 0x8862CF) is known color: True V. HEX triplet: 88, 62 and CF. RGB value is (136,98,207). Sum of RGB (Red+Green+Blue) = 136+98+207=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #8862CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862CF is #779D30. Grayscale: #797979. Windows color (decimal): -7839025 or 13591176. OLE color: 13591176.
HSL color Cylindrical-coordinate representation of color #8862CF: hue angle of 260.92º 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 #8862CF is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 98 | 207 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.19 |
| HSL | 260.92º | 0.53% | 0.6% | - |
| HSV(B) | 260.92º | 0.53% | 0.81% | - |
| XYZ | 25.78 | 18.47 | 61.24 | - |
| YUV | 121.79 | 176.09 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 207 | 0.34 | 0.53 | 0 | 0.19 | 260.92 | 0.53 | 0.6 |
| Hex | 88 | 62 | CF | 22 | 35 | 0 | 13 | 105 | 35 | 3C |
| Octal | 210 | 142 | 317 | 42 | 65 | 0 | 23 | 405 | 65 | 74 |
| Binary | 10001000 | 1100010 | 11001111 | 100010 | 110101 | 0 | 10011 | 100000101 | 110101 | 111100 |
Color Harmonies of #8862CF
Complementary color
Monochromatic Colors of #8862CF
Black with #8862CF
Text Example
Text Example
White with #8862CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8862CF; }
p { color: rgb(136,98,207); }
H1.HeaderClassName
{
color: #8862CF;
}
.AnyTagClassName
{
color: #8862CF;
}
</style>
background-color css
<style>
a { background-color: #8862CF; }
a { background-color: rgb(136,98,207); }
div.DivClassName
{
background-color: #8862CF;
}
.BgClassName
{
background-color: #8862CF;
}
</style>
border-color css
<style>
span { border-color: #8862CF; }
span { border-color: rgb(136,98,207); }
td.TdClassName
{
border-color: #8862CF;
}
.TagClassName
{
border-color: #8862CF;
}
</style>