Shades of True V #8862C6
Tints of True V #8862C6
RGB
CMYK
RGB Variations
Color information
#8862C6 (or 0x8862C6) is known color: True V. HEX triplet: 88, 62 and C6. RGB value is (136,98,198). Sum of RGB (Red+Green+Blue) = 136+98+198=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #8862C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8862C6 is #779D39. Grayscale: #787878. Windows color (decimal): -7839034 or 13001352. OLE color: 13001352.
HSL color Cylindrical-coordinate representation of color #8862C6: hue angle of 262.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8862C6 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 98 | 198 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.22 |
| HSL | 262.8º | 0.47% | 0.58% | - |
| HSV(B) | 262.8º | 0.51% | 0.78% | - |
| XYZ | 24.71 | 18.05 | 55.61 | - |
| YUV | 120.76 | 171.59 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 98 | 198 | 0.31 | 0.51 | 0 | 0.22 | 262.8 | 0.47 | 0.58 |
| Hex | 88 | 62 | C6 | 1F | 33 | 0 | 16 | 107 | 2F | 3A |
| Octal | 210 | 142 | 306 | 37 | 63 | 0 | 26 | 407 | 57 | 72 |
| Binary | 10001000 | 1100010 | 11000110 | 11111 | 110011 | 0 | 10110 | 100000111 | 101111 | 111010 |
Color Harmonies of #8862C6
Complementary color
Monochromatic Colors of #8862C6
Black with #8862C6
Text Example
Text Example
White with #8862C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8862C6; }
p { color: rgb(136,98,198); }
H1.HeaderClassName
{
color: #8862C6;
}
.AnyTagClassName
{
color: #8862C6;
}
</style>
background-color css
<style>
a { background-color: #8862C6; }
a { background-color: rgb(136,98,198); }
div.DivClassName
{
background-color: #8862C6;
}
.BgClassName
{
background-color: #8862C6;
}
</style>
border-color css
<style>
span { border-color: #8862C6; }
span { border-color: rgb(136,98,198); }
td.TdClassName
{
border-color: #8862C6;
}
.TagClassName
{
border-color: #8862C6;
}
</style>