Shades of True V #8865C0
Tints of True V #8865C0
RGB
CMYK
RGB Variations
Color information
#8865C0 (or 0x8865C0) is known color: True V. HEX triplet: 88, 65 and C0. RGB value is (136,101,192). Sum of RGB (Red+Green+Blue) = 136+101+192=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 192 - color contains mainly: blue. Hex color #8865C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8865C0 is #779A3F. Grayscale: #797979. Windows color (decimal): -7838272 or 12608904. OLE color: 12608904.
HSL color Cylindrical-coordinate representation of color #8865C0: hue angle of 263.08º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8865C0 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 101 | 192 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.25 |
| HSL | 263.08º | 0.42% | 0.57% | - |
| HSV(B) | 263.08º | 0.47% | 0.75% | - |
| XYZ | 24.32 | 18.35 | 52.13 | - |
| YUV | 121.84 | 167.6 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 192 | 0.29 | 0.47 | 0 | 0.25 | 263.08 | 0.42 | 0.57 |
| Hex | 88 | 65 | C0 | 1D | 2F | 0 | 19 | 107 | 2A | 39 |
| Octal | 210 | 145 | 300 | 35 | 57 | 0 | 31 | 407 | 52 | 71 |
| Binary | 10001000 | 1100101 | 11000000 | 11101 | 101111 | 0 | 11001 | 100000111 | 101010 | 111001 |
Color Harmonies of #8865C0
Complementary color
Monochromatic Colors of #8865C0
Black with #8865C0
Text Example
Text Example
White with #8865C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865C0; }
p { color: rgb(136,101,192); }
H1.HeaderClassName
{
color: #8865C0;
}
.AnyTagClassName
{
color: #8865C0;
}
</style>
background-color css
<style>
a { background-color: #8865C0; }
a { background-color: rgb(136,101,192); }
div.DivClassName
{
background-color: #8865C0;
}
.BgClassName
{
background-color: #8865C0;
}
</style>
border-color css
<style>
span { border-color: #8865C0; }
span { border-color: rgb(136,101,192); }
td.TdClassName
{
border-color: #8865C0;
}
.TagClassName
{
border-color: #8865C0;
}
</style>