Shades of True V #886DCF
Tints of True V #886DCF
RGB
CMYK
RGB Variations
Color information
#886DCF (or 0x886DCF) is known color: True V. HEX triplet: 88, 6D and CF. RGB value is (136,109,207). Sum of RGB (Red+Green+Blue) = 136+109+207=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #886DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #886DCF is #779230. Grayscale: #7F7F7F. Windows color (decimal): -7836209 or 13593992. OLE color: 13593992.
HSL color Cylindrical-coordinate representation of color #886DCF: hue angle of 256.53º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #886DCF is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 109 | 207 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.19 |
| HSL | 256.53º | 0.51% | 0.62% | - |
| HSV(B) | 256.53º | 0.47% | 0.81% | - |
| XYZ | 26.88 | 20.68 | 61.61 | - |
| YUV | 128.25 | 172.45 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 207 | 0.34 | 0.47 | 0 | 0.19 | 256.53 | 0.51 | 0.62 |
| Hex | 88 | 6D | CF | 22 | 2F | 0 | 13 | 101 | 33 | 3E |
| Octal | 210 | 155 | 317 | 42 | 57 | 0 | 23 | 401 | 63 | 76 |
| Binary | 10001000 | 1101101 | 11001111 | 100010 | 101111 | 0 | 10011 | 100000001 | 110011 | 111110 |
Color Harmonies of #886DCF
Complementary color
Monochromatic Colors of #886DCF
Black with #886DCF
Text Example
Text Example
White with #886DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886DCF; }
p { color: rgb(136,109,207); }
H1.HeaderClassName
{
color: #886DCF;
}
.AnyTagClassName
{
color: #886DCF;
}
</style>
background-color css
<style>
a { background-color: #886DCF; }
a { background-color: rgb(136,109,207); }
div.DivClassName
{
background-color: #886DCF;
}
.BgClassName
{
background-color: #886DCF;
}
</style>
border-color css
<style>
span { border-color: #886DCF; }
span { border-color: rgb(136,109,207); }
td.TdClassName
{
border-color: #886DCF;
}
.TagClassName
{
border-color: #886DCF;
}
</style>